update
Browse filesSigned-off-by: Zhang Jun <[email protected]>
app.py
CHANGED
@@ -7,7 +7,7 @@ title = "ERNIE 4.5 Turbo: BAIDU's LLM"
|
|
7 |
description = """
|
8 |
- Official Website: <https://yiyan.baidu.com/> (UI in Chinese)
|
9 |
- API services: [Qianfan Large Model Platform](https://cloud.baidu.com/product-s/qianfan_home) (cloud platform providing LLM services, UI in Chinese)
|
10 |
-
- [ERNIE 4.5 Turbo Demo](https://huggingface.co/spaces/PaddlePaddle/
|
11 |
"""
|
12 |
|
13 |
|
@@ -62,6 +62,7 @@ demo = gr.ChatInterface(
|
|
62 |
title=title,
|
63 |
description=description,
|
64 |
type='messages',
|
|
|
65 |
)
|
66 |
|
67 |
if __name__ == "__main__":
|
|
|
7 |
description = """
|
8 |
- Official Website: <https://yiyan.baidu.com/> (UI in Chinese)
|
9 |
- API services: [Qianfan Large Model Platform](https://cloud.baidu.com/product-s/qianfan_home) (cloud platform providing LLM services, UI in Chinese)
|
10 |
+
- [ERNIE 4.5 Turbo Demo](https://huggingface.co/spaces/PaddlePaddle/ernie_4.5_turbo_demo) | [ERNIE X1 Turbo Demo](https://huggingface.co/spaces/PaddlePaddle/ernie_x1_turbo_demo)
|
11 |
"""
|
12 |
|
13 |
|
|
|
62 |
title=title,
|
63 |
description=description,
|
64 |
type='messages',
|
65 |
+
concurrency_limit=50
|
66 |
)
|
67 |
|
68 |
if __name__ == "__main__":
|