ford442 commited on
Commit
a4a1720
1 Parent(s): 597a129

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -612,8 +612,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
612
 
613
  img2vid_frame_rate = gr.Slider(
614
  label="Step 3.2: Frame Rate",
615
- minimum=12,
616
- maximum=30,
617
  step=1,
618
  value=20,
619
  )
 
612
 
613
  img2vid_frame_rate = gr.Slider(
614
  label="Step 3.2: Frame Rate",
615
+ minimum=6,
616
+ maximum=60,
617
  step=1,
618
  value=20,
619
  )