Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +14 -15
requirements.txt
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
1 |
+
gradio
|
2 |
+
langchain>=0.2.0
|
3 |
+
langchain-community
|
4 |
+
huggingface_hub
|
5 |
+
unstructured
|
6 |
+
pdfminer.six
|
7 |
+
pi-heif
|
8 |
+
unstructured-inference
|
9 |
+
PyMuPDF
|
10 |
+
pdf2image
|
11 |
+
pytesseract
|
12 |
+
transformers
|
13 |
+
sentence-transformers
|
14 |
+
faiss-cpu
|
|