abhijitrana commited on
Commit
3e8d9bb
·
verified ·
1 Parent(s): 96c2b54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks(css=css) as demo:
123
  num_inference_steps = gr.Slider(
124
  label="Number of inference steps",
125
  minimum=1,
126
- maximum=50,
127
  step=1,
128
  value=50, #Replace with defaults that work for your model
129
  )
 
123
  num_inference_steps = gr.Slider(
124
  label="Number of inference steps",
125
  minimum=1,
126
+ maximum=100,
127
  step=1,
128
  value=50, #Replace with defaults that work for your model
129
  )