littlebird13 commited on
Commit
d5dc4dc
·
verified ·
1 Parent(s): 298fbe5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -194,12 +194,6 @@ def _launch_demo(args):
194
  return []
195
 
196
  with gr.Blocks() as demo:
197
- gr.Markdown("""\
198
- <p align="center"><img src="https://modelscope.oss-cn-beijing.aliyuncs.com/resource/qwen.png" style="height: 80px"/><p>""")
199
- gr.Markdown("""<center><font size=8>Qwen2.5-VL-72B</center>""")
200
- gr.Markdown(
201
- """\
202
- <center><font size=3>This WebUI is based on Qwen2-VL-Max, developed by Alibaba Cloud.</center>""")
203
  gr.Markdown("""<center><font size=3>本WebUI基于Qwen2.5-VL-72B。</center>""")
204
 
205
  chatbot = gr.Chatbot(label='Qwen2.5-VL-72B', elem_classes="control-height", height=500)
 
194
  return []
195
 
196
  with gr.Blocks() as demo:
 
 
 
 
 
 
197
  gr.Markdown("""<center><font size=3>本WebUI基于Qwen2.5-VL-72B。</center>""")
198
 
199
  chatbot = gr.Chatbot(label='Qwen2.5-VL-72B', elem_classes="control-height", height=500)