Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -676,7 +676,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
|
|
676 |
selected_info = gr.Markdown("")
|
677 |
gallery = gr.Gallery(
|
678 |
[(item["image"], item["title"]) for item in loras],
|
679 |
-
label="LoRA DLC's",
|
680 |
allow_preview=False,
|
681 |
columns=3,
|
682 |
elem_id="gallery",
|
|
|
676 |
selected_info = gr.Markdown("")
|
677 |
gallery = gr.Gallery(
|
678 |
[(item["image"], item["title"]) for item in loras],
|
679 |
+
label="100+ LoRA DLC's",
|
680 |
allow_preview=False,
|
681 |
columns=3,
|
682 |
elem_id="gallery",
|