Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -300,7 +300,7 @@ css = '''
|
|
300 |
font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial", "sans-serif"]
|
301 |
with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60, 60)) as app:
|
302 |
title = gr.HTML(
|
303 |
-
"""<h1><img src="https://huggingface.co/spaces/reach-vb/Blazingly-fast-LoRA/resolve/main/flux_lora.png" alt="LoRA">
|
304 |
elem_id="title",
|
305 |
)
|
306 |
# --- States for parameters previously in Advanced Settings ---
|
|
|
300 |
font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial", "sans-serif"]
|
301 |
with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60, 60)) as app:
|
302 |
title = gr.HTML(
|
303 |
+
"""<h1><img src="https://huggingface.co/spaces/reach-vb/Blazingly-fast-LoRA/resolve/main/flux_lora.png" alt="LoRA"> <a href="https://huggingface.co/docs/inference-providers/en/index">Blazingly Fast LoRA by Fal & HF</a> 🤗</h1>""",
|
304 |
elem_id="title",
|
305 |
)
|
306 |
# --- States for parameters previously in Advanced Settings ---
|