Spaces:
Runtime error
Runtime error
Commit
•
e12f05d
1
Parent(s):
c03f146
Update app.py
Browse files
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
|
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()
|