Spaces:
Runtime error
Runtime error
chenyangqi
commited on
Commit
•
c261533
1
Parent(s):
f88c240
15 timestep
Browse files- app_fatezero.py +1 -1
app_fatezero.py
CHANGED
@@ -203,7 +203,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
203 |
minimum=0,
|
204 |
maximum=30,
|
205 |
step=1,
|
206 |
-
value=
|
207 |
guidance_scale = gr.Slider(label='CFG Scale',
|
208 |
minimum=0,
|
209 |
maximum=50,
|
|
|
203 |
minimum=0,
|
204 |
maximum=30,
|
205 |
step=1,
|
206 |
+
value=10)
|
207 |
guidance_scale = gr.Slider(label='CFG Scale',
|
208 |
minimum=0,
|
209 |
maximum=50,
|