dagloop5 commited on
Commit
143a671
·
verified ·
1 Parent(s): 1382e05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=10.0, value=3.0, step=0.1)
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")