fantos commited on
Commit
8939d74
·
verified ·
1 Parent(s): 568fd3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -296,7 +296,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
296
  [(item["image"], item["title"]) for item in loras],
297
  label="LoRA 갤러리",
298
  allow_preview=False,
299
- columns=3,
300
  elem_id="gallery"
301
  )
302
  with gr.Group():
 
296
  [(item["image"], item["title"]) for item in loras],
297
  label="LoRA 갤러리",
298
  allow_preview=False,
299
+ columns=4,
300
  elem_id="gallery"
301
  )
302
  with gr.Group():