Update app.py
Browse files
app.py
CHANGED
|
@@ -681,7 +681,7 @@ with gr.Blocks(title="LTX-2.3 Heretic Distilled") as demo:
|
|
| 681 |
lines=3,
|
| 682 |
placeholder="Describe the motion and animation you want...",
|
| 683 |
)
|
| 684 |
-
duration = gr.Slider(label="Duration (seconds)", minimum=1.0, maximum=
|
| 685 |
|
| 686 |
|
| 687 |
generate_btn = gr.Button("Generate Video", variant="primary", size="lg")
|
|
|
|
| 681 |
lines=3,
|
| 682 |
placeholder="Describe the motion and animation you want...",
|
| 683 |
)
|
| 684 |
+
duration = gr.Slider(label="Duration (seconds)", minimum=1.0, maximum=30.0, value=10.0, step=0.1)
|
| 685 |
|
| 686 |
|
| 687 |
generate_btn = gr.Button("Generate Video", variant="primary", size="lg")
|