fffiloni commited on
Commit
d680aeb
1 Parent(s): 94e7985

Back to 5sec max video generation

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