Spaces:
Sleeping
Sleeping
gallery height 100%
Browse files
app.py
CHANGED
@@ -139,7 +139,8 @@ with gr.Blocks(css=css) as demo:
|
|
139 |
[(item["image"], item["title"]) for item in loras],
|
140 |
label="LoRA Gallery",
|
141 |
allow_preview=False,
|
142 |
-
columns=2
|
|
|
143 |
)
|
144 |
|
145 |
|
|
|
139 |
[(item["image"], item["title"]) for item in loras],
|
140 |
label="LoRA Gallery",
|
141 |
allow_preview=False,
|
142 |
+
columns=2,
|
143 |
+
height="100%"
|
144 |
)
|
145 |
|
146 |
|