Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
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():
|