prithivMLmods commited on
Commit
90878b9
·
verified ·
1 Parent(s): 43a6736

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -345,7 +345,7 @@ with gr.Blocks() as demo:
345
  [(item["image"], item["title"]) for item in LORA_STYLES],
346
  label="Edit Style Gallery",
347
  allow_preview=False,
348
- columns=2,
349
  elem_id="style_gallery",
350
  )
351
 
 
345
  [(item["image"], item["title"]) for item in LORA_STYLES],
346
  label="Edit Style Gallery",
347
  allow_preview=False,
348
+ columns=3,
349
  elem_id="style_gallery",
350
  )
351