Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
63c4892
1
Parent(s):
a83ae72
Update app.py
Browse files
app.py
CHANGED
@@ -169,7 +169,7 @@ with gr.Blocks(css=css) as demo:
|
|
169 |
disable_auto_prompt_correction = gr.Checkbox(label="Disable auto prompt corretion.")
|
170 |
|
171 |
with gr.Row():
|
172 |
-
guidance = gr.Slider(label="Guidance scale", value=1, maximum=10, step=0.1)
|
173 |
steps = gr.Slider(label="Steps", value=8, minimum=1, maximum=20, step=1)
|
174 |
|
175 |
seed = gr.Slider(0, 2147483647, label='Seed (0 = random)', value=0, step=1)
|
|
|
169 |
disable_auto_prompt_correction = gr.Checkbox(label="Disable auto prompt corretion.")
|
170 |
|
171 |
with gr.Row():
|
172 |
+
guidance = gr.Slider(label="Guidance scale", value=1.5, maximum=10, step=0.1)
|
173 |
steps = gr.Slider(label="Steps", value=8, minimum=1, maximum=20, step=1)
|
174 |
|
175 |
seed = gr.Slider(0, 2147483647, label='Seed (0 = random)', value=0, step=1)
|