Back to 5sec max video generation
Browse files
app.py
CHANGED
@@ -277,7 +277,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
277 |
seed_inp = gr.Slider(label="Seed", minimum=0, maximum=2147483647, step=1, value=123456, elem_id="seed-in")
|
278 |
|
279 |
with gr.Row():
|
280 |
-
trim_in = gr.Slider(label="Cut video at (s)", minimun=1, maximum=
|
281 |
|
282 |
with gr.Accordion("Advanced Options", open=False):
|
283 |
with gr.Tab("Diffusion Settings"):
|
|
|
277 |
seed_inp = gr.Slider(label="Seed", minimum=0, maximum=2147483647, step=1, value=123456, elem_id="seed-in")
|
278 |
|
279 |
with gr.Row():
|
280 |
+
trim_in = gr.Slider(label="Cut video at (s)", minimun=1, maximum=5, step=1, value=1)
|
281 |
|
282 |
with gr.Accordion("Advanced Options", open=False):
|
283 |
with gr.Tab("Diffusion Settings"):
|