Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -355,7 +355,8 @@ css = '''
|
|
355 |
|
356 |
with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
|
357 |
title = gr.HTML(
|
358 |
-
"""<
|
|
|
359 |
elem_id="title",
|
360 |
)
|
361 |
|
|
|
355 |
|
356 |
with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
|
357 |
title = gr.HTML(
|
358 |
+
"""<img src="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/qwen_image_logo.png" alt="Qwen-Image" style="height: 100px; margin-right: 10px; vertical-align: middle;">
|
359 |
+
<h1>Qwen-Image LoRA Explorer</h1>""",
|
360 |
elem_id="title",
|
361 |
)
|
362 |
|