alfredplpl commited on
Commit
c38df99
1 Parent(s): dd6912e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -177,8 +177,8 @@ with gr.Blocks(css=css) as demo:
177
  disable_auto_prompt_correction = gr.Checkbox(label="Disable auto prompt corretion.")
178
 
179
  with gr.Row():
180
- guidance = gr.Slider(label="Guidance scale", value=1.5, maximum=25)
181
- steps = gr.Slider(label="Steps", value=6, minimum=2, maximum=30, step=1)
182
 
183
  seed = gr.Slider(0, 2147483647, label='Seed (0 = random)', value=0, step=1)
184
 
 
177
  disable_auto_prompt_correction = gr.Checkbox(label="Disable auto prompt corretion.")
178
 
179
  with gr.Row():
180
+ guidance = gr.Slider(label="Guidance scale", value=1, maximum=25)
181
+ steps = gr.Slider(label="Steps", value=8, minimum=2, maximum=30, step=1)
182
 
183
  seed = gr.Slider(0, 2147483647, label='Seed (0 = random)', value=0, step=1)
184