inoculatemedia commited on
Commit
8a7360a
·
verified ·
1 Parent(s): 5e21aa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -444,7 +444,7 @@ adapted from the officical code repo [FramePack](https://github.com/lllyasviel/F
444
  start_button = gr.Button(value="Start Generation")
445
  end_button = gr.Button(value="End Generation", interactive=False)
446
 
447
- total_second_length = gr.Slider(label="Total Video Length (Seconds)", minimum=1, maximum=25, value=2, step=0.1)
448
  with gr.Group():
449
  with gr.Accordion("Advanced settings", open=False):
450
  use_teacache = gr.Checkbox(label='Use TeaCache', value=True, info='Faster speed, but often makes hands and fingers slightly worse.')
 
444
  start_button = gr.Button(value="Start Generation")
445
  end_button = gr.Button(value="End Generation", interactive=False)
446
 
447
+ total_second_length = gr.Slider(label="Total Video Length (Seconds)", minimum=1, maximum=5, value=3, step=0.1)
448
  with gr.Group():
449
  with gr.Accordion("Advanced settings", open=False):
450
  use_teacache = gr.Checkbox(label='Use TeaCache', value=True, info='Faster speed, but often makes hands and fingers slightly worse.')