Spaces:
Runtime error
Runtime error
quincyqiang
commited on
Commit
•
a363e08
1
Parent(s):
c47c3ea
upodate@修复超时5s
Browse files- README.md +0 -1
- main.py +3 -1
- requirements.txt +1 -1
README.md
CHANGED
@@ -28,7 +28,6 @@
|
|
28 |
欢迎多提建议、Bad cases,目前尚不完善,欢迎进群及时交流,也欢迎大家多提PR
|
29 |
<img src="https://raw.githubusercontent.com/yanqiangmiffy/Chinese-LangChain/master/images/ch.jpg" width="300px">
|
30 |
<img src="https://raw.githubusercontent.com/yanqiangmiffy/Chinese-LangChain/master/images/chatgroup.jpg" width="300px">
|
31 |
-
>>>>>>> 19ea45c4520fb522e20bf579b9dc20024e648121
|
32 |
|
33 |
## ❤️引用
|
34 |
|
|
|
28 |
欢迎多提建议、Bad cases,目前尚不完善,欢迎进群及时交流,也欢迎大家多提PR
|
29 |
<img src="https://raw.githubusercontent.com/yanqiangmiffy/Chinese-LangChain/master/images/ch.jpg" width="300px">
|
30 |
<img src="https://raw.githubusercontent.com/yanqiangmiffy/Chinese-LangChain/master/images/chatgroup.jpg" width="300px">
|
|
|
31 |
|
32 |
## ❤️引用
|
33 |
|
main.py
CHANGED
@@ -141,7 +141,9 @@ with block as demo:
|
|
141 |
embedding_model, state
|
142 |
],
|
143 |
outputs=[message, chatbot, state, search])
|
144 |
-
|
|
|
|
|
145 |
demo.queue(concurrency_count=2).launch(
|
146 |
server_name='0.0.0.0',
|
147 |
server_port=8888,
|
|
|
141 |
embedding_model, state
|
142 |
],
|
143 |
outputs=[message, chatbot, state, search])
|
144 |
+
gr.Markdown("""提醒:<br>
|
145 |
+
有任何使用问题[Github Issue区](https://github.com/yanqiangmiffy/Chinese-LangChain)进行反馈. <br>
|
146 |
+
""")
|
147 |
demo.queue(concurrency_count=2).launch(
|
148 |
server_name='0.0.0.0',
|
149 |
server_port=8888,
|
requirements.txt
CHANGED
@@ -6,4 +6,4 @@ beautifulsoup4
|
|
6 |
icetk
|
7 |
cpm_kernels
|
8 |
faiss-cpu
|
9 |
-
gradio
|
|
|
6 |
icetk
|
7 |
cpm_kernels
|
8 |
faiss-cpu
|
9 |
+
gradio
|