fengtc commited on
Commit
379e870
1 Parent(s): 64e8704

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,5 +58,5 @@ langchain.llm_cache = InMemoryCache()
58
  gr.ChatInterface(predict,
59
  textbox=gr.Textbox(placeholder="请输入您的问题", container=False, scale=7),
60
  title="欢迎使用ANSYS软件AI机器人",
61
- examples=["你是谁?", "请介绍一下Fluent 软件的用户界面说明", "create-bounding-box","ANSYS Fluent Architecture"],
62
- description="🦊请避免输入有违公序良俗的问题,模型可能无法回答不合适的问题🐇",).queue().launch()
 
58
  gr.ChatInterface(predict,
59
  textbox=gr.Textbox(placeholder="请输入您的问题", container=False, scale=7),
60
  title="欢迎使用ANSYS软件AI机器人",
61
+ examples=["你是谁?", "请介绍一下Fluent 软件", "create-bounding-box","ANSYS Fluent Architecture","ANSYS Fluent 的软件架构是怎么样的"],
62
+ description="🦊请避免输入有违公序良俗的问题,模型可能无法回答不合适的问题🐇",).queue().launch(debug=True)