multimodalart HF staff commited on
Commit
83a3e29
1 Parent(s): 9e6fef2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -325,7 +325,7 @@ def deselect():
325
  with gr.Blocks(css="custom.css") as demo:
326
  gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
327
  title = gr.HTML(
328
- """<h1>Face to All</h1>""",
329
  elem_id="title",
330
  )
331
  selected_state = gr.State()
 
325
  with gr.Blocks(css="custom.css") as demo:
326
  gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
327
  title = gr.HTML(
328
+ """<h1><img src="https://i.imgur.com/DVoGw04.png" /> Face to All</h1>""",
329
  elem_id="title",
330
  )
331
  selected_state = gr.State()