Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
| 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()
|