hunyuan-t commited on
Commit
dd7f425
·
verified ·
1 Parent(s): 10e0168

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ chatbot = gr.Chatbot(latex_delimiters=latex_delimiters, scale=9)
126
 
127
  demo = gr.ChatInterface(respond,
128
  title="Hunyuan-T1",
129
- examples=example_prompts,
130
  chatbot=chatbot,
131
  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."
132
  )
 
126
 
127
  demo = gr.ChatInterface(respond,
128
  title="Hunyuan-T1",
129
+ # examples=example_prompts,
130
  chatbot=chatbot,
131
  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."
132
  )