Spaces:
Runtime error
Runtime error
Commit
•
266cd56
1
Parent(s):
ce3aef8
Update app.py
Browse files
app.py
CHANGED
@@ -480,7 +480,7 @@ css = '''
|
|
480 |
|
481 |
with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 3600)) as app:
|
482 |
title = gr.HTML(
|
483 |
-
"""<h1><img src="https://i.imgur.com/L3uECk5.png" alt="LoRA"> LoRA
|
484 |
elem_id="title",
|
485 |
)
|
486 |
selected_indices = gr.State([])
|
|
|
480 |
|
481 |
with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 3600)) as app:
|
482 |
title = gr.HTML(
|
483 |
+
"""<h1><img src="https://i.imgur.com/L3uECk5.png" alt="LoRA"> LoRA La [beta]</h1><br>Mix and match any FLUX[dev] LoRAs""",
|
484 |
elem_id="title",
|
485 |
)
|
486 |
selected_indices = gr.State([])
|