Spaces:
Runtime error
Runtime error
Commit
•
f6c5eb1
1
Parent(s):
266cd56
Update app.py
Browse files
app.py
CHANGED
@@ -480,7 +480,11 @@ 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/
|
|
|
|
|
|
|
|
|
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/wMh2Oek.png" alt="LoRA"> LoRA Lab [beta]</h1><br><span style="
|
484 |
+
margin-top: -25px !important;
|
485 |
+
display: block;
|
486 |
+
margin-left: 37px;
|
487 |
+
">Mix and match any FLUX[dev] LoRAs</span>""",
|
488 |
elem_id="title",
|
489 |
)
|
490 |
selected_indices = gr.State([])
|