multimodalart HF staff commited on
Commit
2431048
1 Parent(s): d531c34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -230,7 +230,7 @@ with gr.Blocks(css="custom.css") as demo:
230
  gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
231
  gr_sdxl_loras_new = gr.State(value=sdxl_loras_raw_new)
232
  title = gr.HTML(
233
- """<h1><img src="https://i.imgur.com/vT48NAO.png" alt="LoRA"> LoRA the Explorer</h1>""",
234
  elem_id="title",
235
  )
236
  selected_state = gr.State()
 
230
  gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
231
  gr_sdxl_loras_new = gr.State(value=sdxl_loras_raw_new)
232
  title = gr.HTML(
233
+ """<h1><img src="https://i.imgur.com/vT48NAO.png" alt="LoRA"> LoRA the Explorer</h1><p><a href="https://huggingface.co/spaces/multimodalart/flux-lora-the-explorer">Try the Flux LoRAs here</a></p>""",
234
  elem_id="title",
235
  )
236
  selected_state = gr.State()