Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==2.2.10
|
2 |
+
pymongo[srv]==3.12.2
|
3 |
+
certifi==2021.5.30
|
4 |
+
langchain==0.1.0
|
5 |
+
chromadb==0.4.22
|
6 |
+
deep-translator==1.11.4
|
7 |
+
langchain-openai==0.0.2.post1
|