Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
-
huggingface_hub==0.25.2
|
2 |
gradio==4.12.0
|
3 |
langchain==0.1.0
|
4 |
langchain-community==0.0.13
|
5 |
-
|
6 |
-
|
7 |
-
pypdf==3.17.1
|
8 |
pandas==2.1.3
|
9 |
openpyxl==3.1.2
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio==4.12.0
|
2 |
langchain==0.1.0
|
3 |
langchain-community==0.0.13
|
4 |
+
transformers==4.35.0
|
5 |
+
sentence-transformers==2.2.2
|
|
|
6 |
pandas==2.1.3
|
7 |
openpyxl==3.1.2
|
8 |
+
numpy==1.24.3
|
9 |
+
Pillow==10.1.0
|
10 |
+
chromadb==0.4.18
|
11 |
+
PyMuPDF==1.23.8
|
12 |
+
easyocr==1.7.1
|
13 |
+
torch==2.1.0
|