lichorosario commited on
Commit
4aa7726
·
verified ·
1 Parent(s): c922e01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -436,7 +436,7 @@ css = '''
436
  with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
437
  title = gr.HTML(
438
  """<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">
439
- <h3 style="margin-top: -10px">LoRA Explorer</h3>""",
440
  elem_id="title",
441
  )
442
 
 
436
  with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
437
  title = gr.HTML(
438
  """<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">
439
+ <h3 style="margin-top: -10px">LoRA🦜 ChoquinLabs Explorer</h3>""",
440
  elem_id="title",
441
  )
442