Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -11
requirements.txt
CHANGED
@@ -1,13 +1,6 @@
|
|
1 |
streamlit
|
2 |
-
requests
|
3 |
-
pymupdf
|
4 |
-
pdfplumber
|
5 |
-
faiss-cpu
|
6 |
-
numpy
|
7 |
-
requests
|
8 |
-
rank-bm25
|
9 |
-
sentence-transformers
|
10 |
torch
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
1 |
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
torch
|
3 |
+
timm
|
4 |
+
opencv-python-headless
|
5 |
+
numpy
|
6 |
+
Pillow
|