JustinLin610 commited on
Commit
4429871
1 Parent(s): 480ac47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -104,10 +104,7 @@ iface = gr.Interface(
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(
108
- """\
109
- <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><br>\
110
- """)
111
  )
112
 
113
  # Launch gradio application
 
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