Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def inference(message):
|
|
11 |
|
12 |
gr.ChatInterface(
|
13 |
inference,
|
14 |
-
chatbot=gr.Chatbot(height=
|
15 |
textbox=gr.Textbox(placeholder="你可以问我任何关于SequioaDB的问题!", container=False, scale=7),
|
16 |
description="这是SequioaDB旗下的AI智能大语言模型,训练超过上万条真实数据和7亿参数。",
|
17 |
title="ChatSDB",
|
|
|
11 |
|
12 |
gr.ChatInterface(
|
13 |
inference,
|
14 |
+
chatbot=gr.Chatbot(height=300, scale=7),
|
15 |
textbox=gr.Textbox(placeholder="你可以问我任何关于SequioaDB的问题!", container=False, scale=7),
|
16 |
description="这是SequioaDB旗下的AI智能大语言模型,训练超过上万条真实数据和7亿参数。",
|
17 |
title="ChatSDB",
|