Spaces:
Running
Running
Label
Browse files
app.py
CHANGED
@@ -1494,7 +1494,7 @@ with block:
|
|
1494 |
input_image = gr.Image(sources='upload', type="numpy", label="Image", height=320)
|
1495 |
image_position = gr.Slider(label="Image position", minimum=0, maximum=100, value=0, step=1, info='0=Video start; 100=Video end (lower quality)')
|
1496 |
input_video = gr.Video(sources='upload', label="Input Video", height=320)
|
1497 |
-
end_image = gr.Image(sources='upload', type="numpy", label="End Frame (optional
|
1498 |
end_stillness = gr.Slider(label="End stillness", minimum=0, maximum=100, value=0, step=1, info='0=Realistic end; 100=Matches exactly the end image (but the time seems to freeze)')
|
1499 |
timeless_prompt = gr.Textbox(label="Timeless prompt", info='Used on the whole duration of the generation', value='', placeholder="The creature starts to move, fast motion, fixed camera, focus motion, consistent arm, consistent position, mute colors, insanely detailed")
|
1500 |
prompt_number = gr.Slider(label="Timed prompt number", minimum=0, maximum=1000, value=0, step=1, info='Prompts will automatically appear')
|
|
|
1494 |
input_image = gr.Image(sources='upload', type="numpy", label="Image", height=320)
|
1495 |
image_position = gr.Slider(label="Image position", minimum=0, maximum=100, value=0, step=1, info='0=Video start; 100=Video end (lower quality)')
|
1496 |
input_video = gr.Video(sources='upload', label="Input Video", height=320)
|
1497 |
+
end_image = gr.Image(sources='upload', type="numpy", label="End Frame (optional)", height=320)
|
1498 |
end_stillness = gr.Slider(label="End stillness", minimum=0, maximum=100, value=0, step=1, info='0=Realistic end; 100=Matches exactly the end image (but the time seems to freeze)')
|
1499 |
timeless_prompt = gr.Textbox(label="Timeless prompt", info='Used on the whole duration of the generation', value='', placeholder="The creature starts to move, fast motion, fixed camera, focus motion, consistent arm, consistent position, mute colors, insanely detailed")
|
1500 |
prompt_number = gr.Slider(label="Timed prompt number", minimum=0, maximum=1000, value=0, step=1, info='Prompts will automatically appear')
|