Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
| 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.')
|