Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -99,8 +99,7 @@ demo = gr.ChatInterface(respond,
|
|
| 99 |
title="Hunyuan T1",
|
| 100 |
examples=example_prompts,
|
| 101 |
chatbot=chatbot,
|
| 102 |
-
description="当前体验demo为非联网Hunyuan-T1
|
| 103 |
-
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."
|
| 104 |
|
| 105 |
)
|
| 106 |
|
|
|
|
| 99 |
title="Hunyuan T1",
|
| 100 |
examples=example_prompts,
|
| 101 |
chatbot=chatbot,
|
| 102 |
+
description="当前体验demo为非联网Hunyuan-T1 最新推理模型,完整版联网/非联网能力即将在元宝上线,敬请期待!\nThe 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."
|
|
|
|
| 103 |
|
| 104 |
)
|
| 105 |
|