littlebird13 commited on
Commit
aedd4f7
·
1 Parent(s): 94760ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -69,8 +69,8 @@ def model_chat(query: Optional[str], history: Optional[History], system: str
69
 
70
  with gr.Blocks() as demo:
71
  gr.Markdown("""<p align="center"><img src="https://modelscope.cn/api/v1/models/qwen/Qwen-VL-Chat/repo?Revision=master&FilePath=assets/logo.jpg&View=true" style="height: 80px"/><p>""")
72
- gr.Markdown("""<center><font size=8>Qwen-72B-Chat Bot👾</center>""")
73
- gr.Markdown("""<center><font size=4>通义千问-72B(Qwen-72B) 是阿里云研发的通义千问大模型系列的720亿参数规模的模型。</center>""")
74
 
75
  with gr.Row():
76
  with gr.Column(scale=3):
 
69
 
70
  with gr.Blocks() as demo:
71
  gr.Markdown("""<p align="center"><img src="https://modelscope.cn/api/v1/models/qwen/Qwen-VL-Chat/repo?Revision=master&FilePath=assets/logo.jpg&View=true" style="height: 80px"/><p>""")
72
+ gr.Markdown("""<center><font size=8>Qwen-14B-Chat Bot👾</center>""")
73
+ gr.Markdown("""<center><font size=4>通义千问-14B(Qwen-14B) 是阿里云研发的通义千问大模型系列的140亿参数规模的模型。</center>""")
74
 
75
  with gr.Row():
76
  with gr.Column(scale=3):