cocktailpeanut commited on
Commit
2cc262c
1 Parent(s): 1b6dbf0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -232,7 +232,7 @@ with block:
232
  num_inference_steps = gr.Slider(
233
  label="Number of inference steps",
234
  minimum=1,
235
- maximum=50,
236
  step=1,
237
  value=50,
238
  )
 
232
  num_inference_steps = gr.Slider(
233
  label="Number of inference steps",
234
  minimum=1,
235
+ maximum=100,
236
  step=1,
237
  value=50,
238
  )