Spaces:
Running
Running
fix dependencies
Browse files- requirement.txt +0 -8
- requirements.txt +2 -1
requirement.txt
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
torch
|
2 |
-
numpy
|
3 |
-
tqdm
|
4 |
-
Pillow
|
5 |
-
scikit-image
|
6 |
-
gdown
|
7 |
-
torchvision
|
8 |
-
git+https://github.com/openai/CLIP.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -5,4 +5,5 @@ Pillow
|
|
5 |
scikit-image
|
6 |
gdown
|
7 |
torchvision
|
8 |
-
git+https://github.com/openai/CLIP.git
|
|
|
|
5 |
scikit-image
|
6 |
gdown
|
7 |
torchvision
|
8 |
+
git+https://github.com/openai/CLIP.git
|
9 |
+
faiss-cpu
|