kevinwang676 commited on
Commit
6415b91
·
1 Parent(s): caeefe0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -269,4 +269,4 @@ if __name__ == "__main__":
269
  1. 使用时请先上传自己的知识文件,并且文件中不含某些特殊字符,否则将返回error. <br>
270
  2. 有任何使用问题,请通过[问题交流区](https://huggingface.co/spaces/thomas-yanxin/LangChain-ChatLLM/discussions)或[Github Issue区](https://github.com/thomas-yanxin/LangChain-ChatGLM-Webui/issues)进行反馈. <br>
271
  """)
272
- demo.queue().launch(server_name='0.0.0.0', share=False)
 
269
  1. 使用时请先上传自己的知识文件,并且文件中不含某些特殊字符,否则将返回error. <br>
270
  2. 有任何使用问题,请通过[问题交流区](https://huggingface.co/spaces/thomas-yanxin/LangChain-ChatLLM/discussions)或[Github Issue区](https://github.com/thomas-yanxin/LangChain-ChatGLM-Webui/issues)进行反馈. <br>
271
  """)
272
+ demo.queue().launch(show_error=True, share=True)