littlebird13 commited on
Commit
6f8669c
1 Parent(s): 0f94605

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -104,7 +104,10 @@ iface = gr.Interface(
104
  ], elem_id="qwen-md"),
105
  title="📖 Qwen2 Math Demo",
106
  allow_flagging='never',
107
- description="This WebUI is based on Qwen2-VL for OCR and Qwen2-Math for mathematical reasoning. You can input either images or texts of mathematical or arithmetic problems."
 
 
 
108
  )
109
 
110
  # Launch gradio application
 
104
  ], elem_id="qwen-md"),
105
  title="📖 Qwen2 Math Demo",
106
  allow_flagging='never',
107
+ description="""\
108
+ <p align="center"><img src="https://modelscope.oss-cn-beijing.aliyuncs.com/resource/qwen.png" style="height: 80px"/><p>"""
109
+ """\
110
+ <center><font size=3>This WebUI is based on Qwen2-VL for OCR and Qwen2-Math for mathematical reasoning. You can input either images or texts of mathematical or arithmetic problems.</center>"""
111
  )
112
 
113
  # Launch gradio application