multimodalart HF staff commited on
Commit
deb1535
1 Parent(s): a9d2af1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -211,7 +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"> LoRA the Explorer</h1>""",
 
 
215
  elem_id="title",
216
  )
217
  selected_state = gr.State()
 
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">LCM LoRA the Explorer</h1>
215
+ 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.
216
+ """,
217
  elem_id="title",
218
  )
219
  selected_state = gr.State()