Spaces:
Running
on
Zero
Running
on
Zero
killwithabass
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
121 |
with gr.Row():
|
122 |
with gr.Column(scale=3):
|
123 |
selected_info = gr.Markdown("")
|
124 |
-
with gr.Accordion("LoRA Gallery", open=
|
125 |
gallery = gr.Gallery(
|
126 |
[(item["image"], item["title"]) for item in loras],
|
127 |
label="LoRAs",
|
|
|
121 |
with gr.Row():
|
122 |
with gr.Column(scale=3):
|
123 |
selected_info = gr.Markdown("")
|
124 |
+
with gr.Accordion("LoRA Gallery", open=False):
|
125 |
gallery = gr.Gallery(
|
126 |
[(item["image"], item["title"]) for item in loras],
|
127 |
label="LoRAs",
|