Spaces:
Runtime error
Runtime error
Commit
•
984d7c5
1
Parent(s):
9590f51
Update app.py
Browse files
app.py
CHANGED
@@ -492,7 +492,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 3600)) as app:
|
|
492 |
gr.Markdown("[Check the list of FLUX LoRAs](https://huggingface.co/models?other=base_model:adapter:black-forest-labs/FLUX.1-dev)", elem_id="lora_list")
|
493 |
gallery = gr.Gallery(
|
494 |
[(item["image"], item["title"]) for item in loras],
|
495 |
-
label="LoRA
|
496 |
allow_preview=False,
|
497 |
columns=5,
|
498 |
elem_id="gallery"
|
|
|
492 |
gr.Markdown("[Check the list of FLUX LoRAs](https://huggingface.co/models?other=base_model:adapter:black-forest-labs/FLUX.1-dev)", elem_id="lora_list")
|
493 |
gallery = gr.Gallery(
|
494 |
[(item["image"], item["title"]) for item in loras],
|
495 |
+
label="Or pick from the LoRA Explorer gallery",
|
496 |
allow_preview=False,
|
497 |
columns=5,
|
498 |
elem_id="gallery"
|