Choquinlabs commited on
Commit
3b81329
·
verified ·
1 Parent(s): 6740953

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -671,7 +671,7 @@ css = '''
671
 
672
  with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
673
  title = gr.HTML(
674
- """<h1 style=\"color:#644fea\">Qwen-Image-2512</h1>
675
  <h3 style=\"margin-top: -10px\">LoRA🦜 ChoquinLabs Explorer</h3>""",
676
  elem_id="title",
677
  )
 
671
 
672
  with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
673
  title = gr.HTML(
674
+ """<h1 style=\"color:#644fea\">Qwen-Image</h1>
675
  <h3 style=\"margin-top: -10px\">LoRA🦜 ChoquinLabs Explorer</h3>""",
676
  elem_id="title",
677
  )