atunc29 commited on
Commit
20bad92
·
verified ·
1 Parent(s): 48c784b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -668,7 +668,7 @@ with block:
668
  with gr.Group():
669
  total_second_length = gr.Slider(
670
  label="Duration (Seconds)",
671
- minimum=0.2,
672
  maximum=15,
673
  value=2,
674
  step=0.1,
 
668
  with gr.Group():
669
  total_second_length = gr.Slider(
670
  label="Duration (Seconds)",
671
+ minimum=0.01
672
  maximum=15,
673
  value=2,
674
  step=0.1,