Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -815,7 +815,7 @@ css = '''
|
|
815 |
with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=css, delete_cache=(60, 3600)) as app:
|
816 |
with gr.Tab("FLUX LoRA the Explorer"):
|
817 |
title = gr.HTML(
|
818 |
-
"""<h1><img src="https://huggingface.co/spaces/John6666/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA">FLUX LoRA
|
819 |
elem_id="title",
|
820 |
)
|
821 |
loras_state = gr.State(loras)
|
|
|
815 |
with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=css, delete_cache=(60, 3600)) as app:
|
816 |
with gr.Tab("FLUX LoRA the Explorer"):
|
817 |
title = gr.HTML(
|
818 |
+
"""<h1><img src="https://huggingface.co/spaces/John6666/flux-lora-the-explorer/resolve/main/flux_lora.png" alt="LoRA">FLUX LoRA Explorer Mod Reloaded</h1>""",
|
819 |
elem_id="title",
|
820 |
)
|
821 |
loras_state = gr.State(loras)
|