multimodalart HF staff commited on
Commit
ebf3e6f
1 Parent(s): 8a6d38a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -211,9 +211,9 @@ with gr.Blocks(css="custom.css") as demo:
211
  gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
212
  gr_sdxl_loras_new = gr.State(value=sdxl_loras_raw_new)
213
  title = gr.HTML(
214
- """<h1><img src="https://i.imgur.com/vT48NAO.png" alt="LoRA"><i>Experimental</i> LCM LoRA the Explorer</h1>
215
  <br>
216
- Combine loading an [LCM LoRA](#) with your favorite SDXL LoRa and run LoRAs in only 4 steps. Check out our blog to see how this works.
217
  """,
218
  elem_id="title",
219
  )
 
211
  gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
212
  gr_sdxl_loras_new = gr.State(value=sdxl_loras_raw_new)
213
  title = gr.HTML(
214
+ """<h1><img src="https://i.imgur.com/vT48NAO.png" alt="LoRA"><small><small><i>Experimental</i></small></small> LCM LoRA the Explorer</h1>
215
  <br>
216
+ Combine loading an <a href="#">LCM-LoRA</a> with your favorite SDXL LoRa and run LoRAs in only 4 steps. Check out <a href="#">our blog</a>on how this works. <b>Not all LoRAs may combine well with the LCM-LoRA</b>
217
  """,
218
  elem_id="title",
219
  )