Xsong123 commited on
Commit
3485c10
·
verified ·
1 Parent(s): b46f3b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -191,10 +191,10 @@ with gr.Blocks(css=css, theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Lexend
191
  gallery = gr.Gallery(
192
  label="Pick a LoRA",
193
  allow_preview=False,
194
- columns=3,
195
  elem_id="gallery",
196
  show_share_button=False,
197
- height=400,
198
  object_fit="contain"
199
  )
200
 
 
191
  gallery = gr.Gallery(
192
  label="Pick a LoRA",
193
  allow_preview=False,
194
+ columns=4,
195
  elem_id="gallery",
196
  show_share_button=False,
197
+ height=300,
198
  object_fit="contain"
199
  )
200