AlekseyCalvin commited on
Commit
59f8219
·
verified ·
1 Parent(s): 16c2ac0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
170
  with gr.Column():
171
  with gr.Row():
172
  cfg_scale = gr.Slider(label="CFG Scale", minimum=1, maximum=20, step=0.5, value=1.0)
173
- steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=6)
174
 
175
  with gr.Row():
176
  width = gr.Slider(label="Width", minimum=256, maximum=1536, step=64, value=768)
 
170
  with gr.Column():
171
  with gr.Row():
172
  cfg_scale = gr.Slider(label="CFG Scale", minimum=1, maximum=20, step=0.5, value=1.0)
173
+ steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=5)
174
 
175
  with gr.Row():
176
  width = gr.Slider(label="Width", minimum=256, maximum=1536, step=64, value=768)