JustinLin610 commited on
Commit
cdc4636
1 Parent(s): a99513a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def tabs_select(e: gr.SelectData, _state):
110
  with gr.Blocks(css=css) as demo:
111
  gr.HTML("""\
112
  <p align="center"><img src="https://modelscope.oss-cn-beijing.aliyuncs.com/resource/qwen.png" style="height: 60px"/><p>"""
113
- """<center><font size=8>📖 千问数学解题机器人</center>"""
114
  """\
115
  <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>"""
116
  )
 
110
  with gr.Blocks(css=css) as demo:
111
  gr.HTML("""\
112
  <p align="center"><img src="https://modelscope.oss-cn-beijing.aliyuncs.com/resource/qwen.png" style="height: 60px"/><p>"""
113
+ """<center><font size=8>📖 Qwen2-Math Demo</center>"""
114
  """\
115
  <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>"""
116
  )