kayte0342 commited on
Commit
158cf4d
·
verified ·
1 Parent(s): 6789fcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -312,7 +312,7 @@ css = '''
312
  font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial", "sans-serif"]
313
  with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60, 60)) as app:
314
  title = gr.HTML(
315
- """<h1><img src="https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA"> FLUX LoRA Kayte's Space</h1>""",
316
  elem_id="title",
317
  )
318
  selected_index = gr.State(None)
@@ -327,7 +327,7 @@ with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60, 60))
327
  gallery = gr.Gallery(
328
  [(item["image"], item["title"]) for item in loras],
329
  label="LoRA Gallery",
330
- select_mode="multiple", # Ensure multi-selection is enabled
331
  allow_preview=False,
332
  columns=3,
333
  elem_id="gallery",
 
312
  font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial", "sans-serif"]
313
  with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60, 60)) as app:
314
  title = gr.HTML(
315
+ """<h1><img src="https://huggingface.co/spaces/kayte0342/test/resolve/main/DA4BE61E-A0BD-4254-A1B6-AD3C05D18A9C%20(1).png?download=true" alt="LoRA"> FLUX LoRA Kayte's Space</h1>""",
316
  elem_id="title",
317
  )
318
  selected_index = gr.State(None)
 
327
  gallery = gr.Gallery(
328
  [(item["image"], item["title"]) for item in loras],
329
  label="LoRA Gallery",
330
+ #select_mode="multiple", # Ensure multi-selection is enabled
331
  allow_preview=False,
332
  columns=3,
333
  elem_id="gallery",