Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
einops
|
2 |
numpy
|
3 |
matplotlib
|
@@ -5,9 +6,8 @@ opencv-python
|
|
5 |
h5py
|
6 |
torch
|
7 |
torchvision
|
8 |
-
transformers
|
9 |
gensim
|
10 |
tensorflow
|
11 |
captum
|
12 |
ipython
|
13 |
-
wget
|
|
|
1 |
+
wget
|
2 |
einops
|
3 |
numpy
|
4 |
matplotlib
|
|
|
6 |
h5py
|
7 |
torch
|
8 |
torchvision
|
9 |
+
transformers
|
10 |
gensim
|
11 |
tensorflow
|
12 |
captum
|
13 |
ipython
|
|