Spaces:
Sleeping
Sleeping
thomas-yanxin
commited on
Commit
•
793090f
1
Parent(s):
eb86a71
modified: app.py
Browse files
app.py
CHANGED
@@ -254,6 +254,6 @@ if __name__ == "__main__":
|
|
254 |
outputs=[message, chatbot, state])
|
255 |
gr.Markdown("""提醒:<br>
|
256 |
1. 使用时请先上传自己的知识文件,并且文件中不含某些特殊字符,否则将返回error. <br>
|
257 |
-
2. 有任何使用问题,请通过[问题交流区](https://
|
258 |
""")
|
259 |
demo.queue().launch(server_name='0.0.0.0', share=False)
|
|
|
254 |
outputs=[message, chatbot, state])
|
255 |
gr.Markdown("""提醒:<br>
|
256 |
1. 使用时请先上传自己的知识文件,并且文件中不含某些特殊字符,否则将返回error. <br>
|
257 |
+
2. 有任何使用问题,请通过[问题交流区](https://huggingface.co/spaces/thomas-yanxin/LangChain-ChatLLM/discussions)或[Github Issue区](https://github.com/thomas-yanxin/LangChain-ChatGLM-Webui/issues)进行反馈. <br>
|
258 |
""")
|
259 |
demo.queue().launch(server_name='0.0.0.0', share=False)
|