Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -355,8 +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 |
-
"""<img src="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-Image/qwen_image_logo.png" alt="Qwen-Image" style="
|
359 |
-
<h1
|
360 |
elem_id="title",
|
361 |
)
|
362 |
|
|
|
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="width: 280px">
|
359 |
+
<h1 style="margin-top: -10px">LoRA Explorer</h1>""",
|
360 |
elem_id="title",
|
361 |
)
|
362 |
|