prithivMLmods commited on
Commit
9765127
·
verified ·
1 Parent(s): 81dbe6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -515,7 +515,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
515
  selected_info = gr.Markdown("")
516
  gallery = gr.Gallery(
517
  [(item["image"], item["title"]) for item in loras],
518
- label="250+ LoRA DLC's",
519
  allow_preview=False,
520
  columns=3,
521
  elem_id="gallery",
 
515
  selected_info = gr.Markdown("")
516
  gallery = gr.Gallery(
517
  [(item["image"], item["title"]) for item in loras],
518
+ label="LoRA DLC's",
519
  allow_preview=False,
520
  columns=3,
521
  elem_id="gallery",