Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
#1
by
sanaka87
- opened
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 |
)
|