Spaces:
Runtime error
Runtime error
JustinLin610
commited on
Commit
•
fb729ab
1
Parent(s):
4429871
Update app.py
Browse files
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=
|
106 |
allow_flagging='never',
|
107 |
-
description=
|
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
|