tsi-org commited on
Commit
cdbb74c
·
1 Parent(s): 68cd7e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ def swap_gallery(order, sdxl_loras):
216
  with gr.Blocks(css="custom.css") as demo:
217
  gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
218
  title = gr.HTML(
219
- """<h1><img src="https://img.mytsi.org/i/YJET169.png" alt="LoRA"> Pixio Lora XL/h1>""",
220
  elem_id="title",
221
  )
222
  selected_state = gr.State()
 
216
  with gr.Blocks(css="custom.css") as demo:
217
  gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
218
  title = gr.HTML(
219
+ """<h1><img src="https://img.mytsi.org/i/YJET169.png" alt="LoRA"> Pixio Lora XL</h1>""",
220
  elem_id="title",
221
  )
222
  selected_state = gr.State()