Yaron Koresh commited on
Commit
10307b8
·
verified ·
1 Parent(s): b32fdcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -294,9 +294,9 @@ def ui():
294
  with gr.Row():
295
  time = gr.Slider(
296
  minimum=0.0,
297
- maximum=8.0,
298
  value=0.0,
299
- step=1.0,
300
  label="GIF/PNG Duration (0s = PNG)"
301
  )
302
  with gr.Row():
 
294
  with gr.Row():
295
  time = gr.Slider(
296
  minimum=0.0,
297
+ maximum=600.0,
298
  value=0.0,
299
+ step=5.0,
300
  label="GIF/PNG Duration (0s = PNG)"
301
  )
302
  with gr.Row():