Choquinlabs commited on
Commit
5d7c7f1
·
verified ·
1 Parent(s): a473898

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -635,7 +635,7 @@ css = '''
635
 
636
  with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
637
  title = gr.HTML(
638
- """<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\">
639
  <h3 style=\"margin-top: -10px\">LoRA🦜 ChoquinLabs Explorer</h3>""",
640
  elem_id="title",
641
  )
 
635
 
636
  with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
637
  title = gr.HTML(
638
+ """<h1 style=\"color:#644fea\">Qwen-Image-2512</h1>
639
  <h3 style=\"margin-top: -10px\">LoRA🦜 ChoquinLabs Explorer</h3>""",
640
  elem_id="title",
641
  )