Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +13 -13
requirements.txt
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
-
gradio
|
2 |
-
pandas
|
3 |
-
numpy
|
4 |
pathlib
|
5 |
opencv-python
|
6 |
-
torch
|
7 |
-
openpyxl
|
8 |
-
pillow
|
9 |
-
easyocr
|
10 |
-
PyMuPDF
|
11 |
-
transformers
|
12 |
tiktoken
|
13 |
-
chromadb
|
14 |
-
langchain
|
15 |
-
langchain-community
|
16 |
unstructured
|
17 |
-
sentencepiece
|
18 |
huggingface_hub
|
19 |
opencv-python
|
|
|
1 |
+
gradio
|
2 |
+
pandas
|
3 |
+
numpy
|
4 |
pathlib
|
5 |
opencv-python
|
6 |
+
torch
|
7 |
+
openpyxl
|
8 |
+
pillow
|
9 |
+
easyocr
|
10 |
+
PyMuPDF
|
11 |
+
transformers
|
12 |
tiktoken
|
13 |
+
chromadb
|
14 |
+
langchain
|
15 |
+
langchain-community
|
16 |
unstructured
|
17 |
+
sentencepiece
|
18 |
huggingface_hub
|
19 |
opencv-python
|