Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -191,10 +191,10 @@ with gr.Blocks(css=css, theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Lexend
|
|
191 |
gallery = gr.Gallery(
|
192 |
label="Pick a LoRA",
|
193 |
allow_preview=False,
|
194 |
-
columns=
|
195 |
elem_id="gallery",
|
196 |
show_share_button=False,
|
197 |
-
height=
|
198 |
object_fit="contain"
|
199 |
)
|
200 |
|
|
|
191 |
gallery = gr.Gallery(
|
192 |
label="Pick a LoRA",
|
193 |
allow_preview=False,
|
194 |
+
columns=4,
|
195 |
elem_id="gallery",
|
196 |
show_share_button=False,
|
197 |
+
height=300,
|
198 |
object_fit="contain"
|
199 |
)
|
200 |
|