hunyuan-t commited on
Commit
d8bcc52
·
verified ·
1 Parent(s): a5a2827

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ demo = gr.ChatInterface(respond,
93
  title="Hunyuan-T1",
94
  examples=example_prompts,
95
  chatbot=chatbot,
96
- description="当前体验demo为非联网Hunyuan-T1 最新推理模型,完整版联网/非联网能力即将在元宝上线,敬请期待!</br>The current experience demo is the latest offline inference model of Hunyuan-T1. The full version with both online and offline capabilities will be launched on Tencent Yuanbao soon. Please look forward to it."
97
 
98
  )
99
 
 
93
  title="Hunyuan-T1",
94
  examples=example_prompts,
95
  chatbot=chatbot,
96
+ description="当前体验demo为非联网Hunyuan-T1 最新推理模型,完整版联网/非联网能力即将在元宝上线,敬请期待!</br>The current demo is the latest reasoning model of Hunyuan-T1. The full version with browsing will be launched on Tencent Yuanbao soon. Stay tuned."
97
 
98
  )
99