Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -340,7 +340,8 @@ css = '''
|
|
340 |
|
341 |
with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
|
342 |
title = gr.HTML(
|
343 |
-
"""<h1><img src="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/qwen_image_logo.png" alt="Qwen-Image" style="
|
|
|
344 |
elem_id="title",
|
345 |
)
|
346 |
|
|
|
340 |
|
341 |
with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
|
342 |
title = gr.HTML(
|
343 |
+
"""<h1><img src="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/qwen_image_logo.png" alt="Qwen-Image" style="vertical-align: middle;">
|
344 |
+
<br>LoRA Explorer</h1>""",
|
345 |
elem_id="title",
|
346 |
)
|
347 |
|