Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -14
requirements.txt
CHANGED
|
@@ -1,14 +1,11 @@
|
|
| 1 |
-
faiss-cpu
|
| 2 |
-
sentence_transformers
|
| 3 |
-
numpy
|
| 4 |
-
pandas
|
| 5 |
-
scikit-learn
|
| 6 |
-
torch
|
| 7 |
-
transformers
|
| 8 |
-
uvicorn
|
| 9 |
-
fastapi
|
| 10 |
-
python-multipart
|
| 11 |
-
rank_bm25
|
| 12 |
-
torchvision
|
| 13 |
-
pillow
|
| 14 |
-
git+https://github.com/openai/CLIP.git
|
|
|
|
| 1 |
+
faiss-cpu
|
| 2 |
+
sentence_transformers
|
| 3 |
+
numpy
|
| 4 |
+
pandas
|
| 5 |
+
scikit-learn
|
| 6 |
+
torch
|
| 7 |
+
transformers
|
| 8 |
+
uvicorn
|
| 9 |
+
fastapi
|
| 10 |
+
python-multipart
|
| 11 |
+
rank_bm25
|
|
|
|
|
|
|
|
|