Spaces:
Runtime error
Runtime error
Commit
·
a521474
1
Parent(s):
4604d71
Update app.py
Browse files
app.py
CHANGED
|
@@ -176,7 +176,7 @@ with gr.Blocks(css="custom.css") as demo:
|
|
| 176 |
selected_state = gr.State()
|
| 177 |
with gr.Row():
|
| 178 |
gallery = gr.Gallery(
|
| 179 |
-
value=[(
|
| 180 |
label="SDXL LoRA Gallery",
|
| 181 |
allow_preview=False,
|
| 182 |
columns=3,
|
|
|
|
| 176 |
selected_state = gr.State()
|
| 177 |
with gr.Row():
|
| 178 |
gallery = gr.Gallery(
|
| 179 |
+
value=[(item["image"], item["title"]) for item in sdxl_loras],
|
| 180 |
label="SDXL LoRA Gallery",
|
| 181 |
allow_preview=False,
|
| 182 |
columns=3,
|