Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
numpy==1.21.0
|
2 |
datasets==2.4.0
|
3 |
faiss-gpu==1.7.2
|
4 |
h5py==3.7.0
|
@@ -18,3 +17,4 @@ ftfy
|
|
18 |
regex
|
19 |
tqdm
|
20 |
git+https://github.com/openai/CLIP.git
|
|
|
|
|
|
1 |
datasets==2.4.0
|
2 |
faiss-gpu==1.7.2
|
3 |
h5py==3.7.0
|
|
|
17 |
regex
|
18 |
tqdm
|
19 |
git+https://github.com/openai/CLIP.git
|
20 |
+
numpy==1.21.0
|