Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,6 @@ def predict(message, history):
|
|
30 |
yield partial_message
|
31 |
|
32 |
gr.ChatInterface(predict,
|
33 |
-
textbox=gr.Textbox(placeholder="
|
34 |
title="欢迎使用AI机器人",
|
35 |
-
description="Ask Yes Man any question",
|
36 |
examples=["你是谁?", "Am I cool?", "Are tomatoes vegetables?"],).queue().launch(auth=(USER, PASS))
|
|
|
30 |
yield partial_message
|
31 |
|
32 |
gr.ChatInterface(predict,
|
33 |
+
textbox=gr.Textbox(placeholder="请输入您的问题", container=False, scale=7),
|
34 |
title="欢迎使用AI机器人",
|
|
|
35 |
examples=["你是谁?", "Am I cool?", "Are tomatoes vegetables?"],).queue().launch(auth=(USER, PASS))
|