tsi-org commited on
Commit
5557c3d
1 Parent(s): 49c4966

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -214,7 +214,7 @@ with gr.Blocks(css="custom.css") as demo:
214
  gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
215
  gr_sdxl_loras_new = gr.State(value=sdxl_loras_raw_new)
216
  title = gr.HTML(
217
- """<h1><img src="v" alt="LoRA"><small><small><i>Experimental</i></small></small>&nbsp;&nbsp;LCM LoRA in Pixio</h1>
218
  <br>
219
  Pixio Demo of LCM Realtime Diffusion. Try experimenting with step count and LoRA strength in advanced settings!<b>Not all LoRAs may combine well with the LCM-LoRA</b>
220
  """,
 
214
  gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
215
  gr_sdxl_loras_new = gr.State(value=sdxl_loras_raw_new)
216
  title = gr.HTML(
217
+ """<h1><img src="https://img.mytsi.org/i/YJET169.png" alt="LoRA"><small><small><i>Experimental</i></small></small>&nbsp;&nbsp;LCM LoRA in Pixio</h1>
218
  <br>
219
  Pixio Demo of LCM Realtime Diffusion. Try experimenting with step count and LoRA strength in advanced settings!<b>Not all LoRAs may combine well with the LCM-LoRA</b>
220
  """,