RiverZ sanaka87 commited on
Commit
4fb8bb3
·
verified ·
1 Parent(s): 6f47456

Update app.py (#1)

Browse files

- Update app.py (d3490c023798803e1cfde25433da5b7ec52a5c7a)


Co-authored-by: 谢集 <[email protected]>

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
  )