Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ More **open-source**, with **lower costs**, **faster speed** (it takes about 9 s
177
  guidance_scale = gr.Slider(
178
  label="Guidance Scale",
179
  minimum=1,
180
- maximum=50,
181
  step=0.5,
182
  value=50,
183
  )
 
177
  guidance_scale = gr.Slider(
178
  label="Guidance Scale",
179
  minimum=1,
180
+ maximum=100,
181
  step=0.5,
182
  value=50,
183
  )