fengtc commited on
Commit
5a9e68f
1 Parent(s): 3ca2e10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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="Ask me a yes or no question", container=False, scale=7),
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))