Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -13
requirements.txt
CHANGED
@@ -1,16 +1,8 @@
|
|
1 |
-
|
2 |
-
|
|
|
3 |
sentence-transformers
|
4 |
-
datasets
|
5 |
-
huggingface-hub
|
6 |
-
gradio==5.0.1
|
7 |
-
pdfminer.six
|
8 |
PyMuPDF
|
9 |
faiss-cpu
|
10 |
-
|
11 |
-
|
12 |
-
unstructured-inference
|
13 |
-
pdf2image
|
14 |
-
poppler-utils
|
15 |
-
pydantic
|
16 |
-
spaces
|
|
|
1 |
+
gradio
|
2 |
+
huggingface_hub
|
3 |
+
langchain
|
4 |
sentence-transformers
|
|
|
|
|
|
|
|
|
5 |
PyMuPDF
|
6 |
faiss-cpu
|
7 |
+
pdfminer.six
|
8 |
+
python-dotenv
|
|
|
|
|
|
|
|
|
|