Update app.py
Browse files
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
|
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)
|