Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -109,10 +109,10 @@ def tabs_select(e: gr.SelectData, _state):
|
|
109 |
# 创建Gradio接口
|
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:
|
113 |
-
"""<center><font size=
|
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. The image uploading issue has been fixed.</center>"""
|
116 |
)
|
117 |
state = gr.State({"tab_index": 0})
|
118 |
with gr.Row():
|
|
|
109 |
# 创建Gradio接口
|
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: 30px"/><p>"""
|
113 |
+
"""<center><font size=6>📖 Qwen2-Math-72B Demo</center>"""
|
114 |
"""\
|
115 |
+
<center><font size=3>This WebUI is based on Qwen2-VL for OCR and Qwen2-Math-72B for mathematical reasoning. You can input either images or texts of mathematical or arithmetic problems. The image uploading issue has been fixed.</center>"""
|
116 |
)
|
117 |
state = gr.State({"tab_index": 0})
|
118 |
with gr.Row():
|