multimodalart HF staff commited on
Commit
e12f05d
β€’
1 Parent(s): c03f146

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -304,7 +304,7 @@ with gr.Blocks(css="custom.css") as demo:
304
  gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
305
  gr_sdxl_loras_new = gr.State(value=sdxl_loras_raw_new)
306
  title = gr.HTML(
307
- """<h1><img src="https://i.imgur.com/vT48NAO.png" alt="LoRA"> Face to All</h1>""",
308
  elem_id="title",
309
  )
310
  selected_state = gr.State()
 
304
  gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
305
  gr_sdxl_loras_new = gr.State(value=sdxl_loras_raw_new)
306
  title = gr.HTML(
307
+ """<h1>Face to All</h1>""",
308
  elem_id="title",
309
  )
310
  selected_state = gr.State()