linoyts HF Staff commited on
Commit
fed90e8
·
verified ·
1 Parent(s): b090ad7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -253,7 +253,8 @@ with gr.Blocks(css=css) as demo:
253
  input_image = gr.Image(label="Upload image for editing", type="pil", height=250)
254
 
255
  gallery = gr.Gallery(
256
- label="Pick a LoRA style from the gallery",
 
257
  allow_preview=False,
258
  columns=3,
259
  elem_id="gallery",
 
253
  input_image = gr.Image(label="Upload image for editing", type="pil", height=250)
254
 
255
  gallery = gr.Gallery(
256
+ [(item["image"], item["title"]) for item in flux_loras_raw],
257
+ label="Pick a LoRA",
258
  allow_preview=False,
259
  columns=3,
260
  elem_id="gallery",