Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -462,7 +462,7 @@ css = '''
|
|
462 |
|
463 |
with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
|
464 |
title = gr.HTML(
|
465 |
-
"""<h1>FLUX LoRA
|
466 |
elem_id="title",
|
467 |
)
|
468 |
selected_index = gr.State(None)
|
|
|
462 |
|
463 |
with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
|
464 |
title = gr.HTML(
|
465 |
+
"""<h1>FLUX LoRA DLC2🔥</h1>""",
|
466 |
elem_id="title",
|
467 |
)
|
468 |
selected_index = gr.State(None)
|