Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -267,7 +267,7 @@ css = '''
|
|
267 |
font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial", "sans-serif"]
|
268 |
with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60, 60)) as app:
|
269 |
title = gr.HTML(
|
270 |
-
"""<h1><img src="https://huggingface.co/spaces/
|
271 |
elem_id="title",
|
272 |
)
|
273 |
selected_index = gr.State(None)
|
|
|
267 |
font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial", "sans-serif"]
|
268 |
with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60, 60)) as app:
|
269 |
title = gr.HTML(
|
270 |
+
"""<h1><img src="https://huggingface.co/spaces/nftnik/Flux-Lora-Explorer/blob/main/flux_lora.png" alt="LoRA">N!K FLUX LoRA Explorer</h1>""",
|
271 |
elem_id="title",
|
272 |
)
|
273 |
selected_index = gr.State(None)
|