Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,8 @@ try:
|
|
145 |
inputs=inputs,
|
146 |
outputs=outputs,
|
147 |
title="极速版ChatGPT",
|
148 |
-
description="
|
|
|
149 |
theme=gr.themes.Soft(),
|
150 |
css=css,
|
151 |
)
|
|
|
145 |
inputs=inputs,
|
146 |
outputs=outputs,
|
147 |
title="极速版ChatGPT",
|
148 |
+
description="为了提供更为强大的人工智能服务,本产品已经正式完成内部测试与站点升级。欢迎大家通过手机或者电脑体验新站点(用户名与密码均不变):https://allinaigcnlp.com/ 新站点功能包括:对话更加流畅、增加多个贴近中文用户使用习惯的优质提示词、历史对话记录、一键开启单轮/多轮对话、完整对话记录截屏、自定义预设角色提示词等。
|
149 |
+
",
|
150 |
theme=gr.themes.Soft(),
|
151 |
css=css,
|
152 |
)
|