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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -102,10 +102,11 @@ iface = gr.Interface(
102
  {"left": "\\begin\{CD\}", "right": "\\end\{CD\}", "display": True},
103
  {"left": "\\[", "right": "\\]", "display": True}
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
  )
 
102
  {"left": "\\begin\{CD\}", "right": "\\end\{CD\}", "display": True},
103
  {"left": "\\[", "right": "\\]", "display": True}
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: 60px"/><p>"""
109
+ """<center><font size=8>📖 Qwen2 Math Demo</center>"""
110
  """\
111
  <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>"""
112
  )