Spaces:
Running
on
Zero
Running
on
Zero
Update app.py (#1)
Browse files- Update app.py (d3490c023798803e1cfde25433da5b7ec52a5c7a)
Co-authored-by: 谢集 <sanaka87@users.noreply.huggingface.co>
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=
|
| 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 |
)
|