Spaces:
Runtime error
Runtime error
hasibzunair
commited on
Commit
ยท
ff6f6fe
1
Parent(s):
7173f1f
Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
@@ -1,6 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
numpy>=1.18.5
|
2 |
torch>=1.7.0
|
3 |
torchvision>=0.8.1
|
4 |
-
|
5 |
-
|
6 |
-
Pillow
|
|
|
1 |
+
#numpy>=1.18.5
|
2 |
+
#torch>=1.7.0
|
3 |
+
#torchvision>=0.8.1
|
4 |
+
#h5py==2.10.0
|
5 |
+
#opencv-python
|
6 |
+
#Pillow
|
7 |
numpy>=1.18.5
|
8 |
torch>=1.7.0
|
9 |
torchvision>=0.8.1
|
10 |
+
git+https://github.com/huggingface/transformers.git
|
11 |
+
scipy
|
|