Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,9 +13,9 @@ gr.ChatInterface(
|
|
13 |
inference,
|
14 |
chatbot=gr.Chatbot(height=300),
|
15 |
textbox=gr.Textbox(placeholder="你可以问我任何关于巨杉数据库的问题!", container=False, scale=7),
|
16 |
-
description="这是巨杉数据库旗下的AI智能助手由Llama2-
|
17 |
title="巨杉数据库AI智能助手",
|
18 |
-
examples=["巨杉数据库有哪些优势?" "巨杉数据库有哪些功能"],
|
19 |
retry_btn="重试",
|
20 |
undo_btn="撤销",
|
21 |
clear_btn="清除",
|
|
|
13 |
inference,
|
14 |
chatbot=gr.Chatbot(height=300),
|
15 |
textbox=gr.Textbox(placeholder="你可以问我任何关于巨杉数据库的问题!", container=False, scale=7),
|
16 |
+
description="这是巨杉数据库旗下的AI智能助手由Llama2-13b为原型打造.",
|
17 |
title="巨杉数据库AI智能助手",
|
18 |
+
examples=["巨杉数据库有哪些优势?", "巨杉数据库有哪些功能"],
|
19 |
retry_btn="重试",
|
20 |
undo_btn="撤销",
|
21 |
clear_btn="清除",
|