reach-vb HF Staff commited on
Commit
69d8b3b
·
verified ·
1 Parent(s): dd53dc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"> Blazingly Fast LoRA by Fal & <a href="https://huggingface.co/docs/inference-providers/en/index">HF</a> 🤗</h1>""",
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 ---