atunc29 commited on
Commit
48c784b
·
verified ·
1 Parent(s): 2fea861

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=1,
672
  maximum=15,
673
  value=2,
674
  step=0.1,
@@ -687,7 +687,7 @@ with block:
687
  minimum=1.0,
688
  maximum=32.0,
689
  value=10.0,
690
- step=0.1,
691
  info='8-12 recommended'
692
  )
693
  mp4_crf = gr.Slider(
 
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,
 
687
  minimum=1.0,
688
  maximum=32.0,
689
  value=10.0,
690
+ step=1,
691
  info='8-12 recommended'
692
  )
693
  mp4_crf = gr.Slider(