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

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