AlekseyCalvin commited on
Commit
0196f84
·
verified ·
1 Parent(s): 56cc718

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -173,7 +173,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
173
  [(item["image"], item["title"]) for item in loras],
174
  label="Jax Model Variants",
175
  allow_preview=False,
176
- columns=2,
177
  elem_id="gallery"
178
  )
179
 
@@ -185,7 +185,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
185
  with gr.Column():
186
  with gr.Row():
187
  cfg_scale = gr.Slider(label="CFG Scale", minimum=0, maximum=20, step=0.5, value=3.0)
188
- steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=12)
189
 
190
  with gr.Row():
191
  width = gr.Slider(label="Width", minimum=256, maximum=1536, step=64, value=1024)
 
173
  [(item["image"], item["title"]) for item in loras],
174
  label="Jax Model Variants",
175
  allow_preview=False,
176
+ columns=3,
177
  elem_id="gallery"
178
  )
179
 
 
185
  with gr.Column():
186
  with gr.Row():
187
  cfg_scale = gr.Slider(label="CFG Scale", minimum=0, maximum=20, step=0.5, value=3.0)
188
+ steps = gr.Slider(label="Steps", minimum=1, maximum=50, step=1, value=10)
189
 
190
  with gr.Row():
191
  width = gr.Slider(label="Width", minimum=256, maximum=1536, step=64, value=1024)