Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -11
requirements.txt
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
pypdf
|
8 |
-
chromadb
|
9 |
-
unidecode
|
10 |
-
langchain_community
|
11 |
-
gradio==4.44.1
|
|
|
1 |
+
gradio>=3.19.0
|
2 |
+
langchain==0.0.165
|
3 |
+
chromadb>=0.3.9
|
4 |
+
unidecode>=1.1.2
|
5 |
+
pypdf2>=1.26.0
|
6 |
+
requests>=2.28.1
|
|
|
|
|
|
|
|
|
|