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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ def _launch_demo(args):
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)
200
  query = gr.Textbox(lines=2, label='Input')
 
194
  return []
195
 
196
  with gr.Blocks() as demo:
197
+ gr.Markdown("""<center><font size=3> Qwen2.5-VL-72B Demo </center>""")
198
 
199
  chatbot = gr.Chatbot(label='Qwen2.5-VL-72B', elem_classes="control-height", height=500)
200
  query = gr.Textbox(lines=2, label='Input')