Spaces:
Paused
Paused
Update app.py
Browse files
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=
|
| 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 |
|