multimodalart HF staff commited on
Commit
a521474
1 Parent(s): 4604d71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[(a, b) for a, b, _, _, _, _ in sdxl_loras],
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,