JustinLin610 commited on
Commit
fb729ab
1 Parent(s): 4429871

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,9 +102,9 @@ iface = gr.Interface(
102
  {"left": "\\begin\{CD\}", "right": "\\end\{CD\}", "display": True},
103
  {"left": "\\[", "right": "\\]", "display": True}
104
  ], elem_id="qwen-md"),
105
- title=gr.Markdown("""<center><font size=8>📖 Qwen2 Math Demo</center>"""),
106
  allow_flagging='never',
107
- description=gr.Markdown("""<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>""")
108
  )
109
 
110
  # Launch gradio application
 
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="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