Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +16 -12
requirements.txt
CHANGED
@@ -1,15 +1,19 @@
|
|
1 |
-
|
2 |
-
|
|
|
3 |
pathlib
|
4 |
opencv-python
|
5 |
-
torch
|
6 |
-
openpyxl
|
7 |
-
pillow
|
8 |
-
easyocr
|
9 |
-
PyMuPDF
|
10 |
-
transformers
|
11 |
tiktoken
|
12 |
-
chromadb
|
13 |
-
langchain
|
14 |
-
langchain-community
|
15 |
-
unstructured
|
|
|
|
|
|
|
|
1 |
+
gradio==4.12.0
|
2 |
+
pandas==2.0.3
|
3 |
+
numpy==1.24.3
|
4 |
pathlib
|
5 |
opencv-python
|
6 |
+
torch==2.0.1
|
7 |
+
openpyxl==3.1.2
|
8 |
+
pillow==10.0.1
|
9 |
+
easyocr==1.7.1
|
10 |
+
PyMuPDF==1.23.7
|
11 |
+
transformers==4.34.0
|
12 |
tiktoken
|
13 |
+
chromadb==0.4.18
|
14 |
+
langchain==0.1.0
|
15 |
+
langchain-community==0.0.13
|
16 |
+
unstructured
|
17 |
+
sentencepiece==0.1.99
|
18 |
+
huggingface_hub>=0.19.4
|
19 |
+
python-opencv==4.8.1.78
|