Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -496,7 +496,7 @@ def remove_custom_lora():
|
|
496 |
with gr.Blocks(css="custom.css") as demo:
|
497 |
gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
|
498 |
title = gr.HTML(
|
499 |
-
"""<h1 style="display: flex;">
|
500 |
<img style='width: 120px;margin-right: 20px' src="https://i.imgur.com/DVoGw04.png">
|
501 |
<span>Face to All SDXL<br>
|
502 |
<small style="font-size: 13px;display: block;font-weight: normal;opacity: 0.75;">
|
|
|
496 |
with gr.Blocks(css="custom.css") as demo:
|
497 |
gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
|
498 |
title = gr.HTML(
|
499 |
+
"""<h1 style="display: flex; width: 330px; margin: 0 auto">
|
500 |
<img style='width: 120px;margin-right: 20px' src="https://i.imgur.com/DVoGw04.png">
|
501 |
<span>Face to All SDXL<br>
|
502 |
<small style="font-size: 13px;display: block;font-weight: normal;opacity: 0.75;">
|