multimodalart HF Staff commited on
Commit
69a13b5
·
verified ·
1 Parent(s): 6a2526c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="height: 100px; margin-right: 10px; vertical-align: middle;">
359
- <h1>Qwen-Image LoRA Explorer</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