Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -137,7 +137,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 137 |
v2v_prompt = gr.Textbox(label="Prompt", value="Change the style to cinematic anime", lines=3)
|
| 138 |
v2v_button = gr.Button("Generate Video-to-Video", variant="primary")
|
| 139 |
|
| 140 |
-
duration_input = gr.Slider(label="Video Duration (seconds)", minimum=
|
| 141 |
improve_texture = gr.Checkbox(label="Improve Texture (multi-scale)", value=True, visible=True)
|
| 142 |
|
| 143 |
with gr.Column():
|
|
|
|
| 137 |
v2v_prompt = gr.Textbox(label="Prompt", value="Change the style to cinematic anime", lines=3)
|
| 138 |
v2v_button = gr.Button("Generate Video-to-Video", variant="primary")
|
| 139 |
|
| 140 |
+
duration_input = gr.Slider(label="Video Duration (seconds)", minimum=1, maximum=30, value=8, step=0.5)
|
| 141 |
improve_texture = gr.Checkbox(label="Improve Texture (multi-scale)", value=True, visible=True)
|
| 142 |
|
| 143 |
with gr.Column():
|