Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -216,7 +216,7 @@ def swap_gallery(order, sdxl_loras):
|
|
216 |
with gr.Blocks(css="custom.css") as demo:
|
217 |
gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
|
218 |
title = gr.HTML(
|
219 |
-
"""<h1><img src="https://img.mytsi.org/i/YJET169.png" alt="LoRA"> Pixio Lora XL
|
220 |
elem_id="title",
|
221 |
)
|
222 |
selected_state = gr.State()
|
|
|
216 |
with gr.Blocks(css="custom.css") as demo:
|
217 |
gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
|
218 |
title = gr.HTML(
|
219 |
+
"""<h1><img src="https://img.mytsi.org/i/YJET169.png" alt="LoRA"> Pixio Lora XL</h1>""",
|
220 |
elem_id="title",
|
221 |
)
|
222 |
selected_state = gr.State()
|