multimodalart HF staff commited on
Commit
77c1441
1 Parent(s): b5a605e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -371,7 +371,13 @@ def deselect():
371
  with gr.Blocks(css="custom.css") as demo:
372
  gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
373
  title = gr.HTML(
374
- """<h1><img src="https://i.imgur.com/DVoGw04.png" /> Face to All</h1>""",
 
 
 
 
 
 
375
  elem_id="title",
376
  )
377
  selected_state = gr.State()
 
371
  with gr.Blocks(css="custom.css") as demo:
372
  gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
373
  title = gr.HTML(
374
+ """<h1><img src="https://i.imgur.com/DVoGw04.png">
375
+ <span>Face to All<br><small style="
376
+ font-size: 13px;
377
+ display: block;
378
+ font-weight: normal;
379
+ opacity: 0.75;
380
+ ">🧨 diffusers InstantID + ControlNet<br> inspired by fofr's face-to-many</small></span></h1>""",
381
  elem_id="title",
382
  )
383
  selected_state = gr.State()