Choquinlabs commited on
Commit
026e345
·
verified ·
1 Parent(s): 4cefc10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -850,7 +850,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
850
  )
851
  steps = gr.Slider(
852
  label="Steps",
853
- minimum=4,
854
  maximum=50,
855
  step=1,
856
  value=45,
 
850
  )
851
  steps = gr.Slider(
852
  label="Steps",
853
+ minimum=1,
854
  maximum=50,
855
  step=1,
856
  value=45,