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="width: 280px">
|
359 |
-
<
|
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; margin: 0 auto">
|
359 |
+
<h3 style="margin-top: -10px">LoRA Explorer</h3>""",
|
360 |
elem_id="title",
|
361 |
)
|
362 |
|