Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
# Torch
|
2 |
#--find-links https://download.pytorch.org/whl/torch_stable.html
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
|
8 |
Pillow
|
9 |
ninja
|
|
|
1 |
# Torch
|
2 |
#--find-links https://download.pytorch.org/whl/torch_stable.html
|
3 |
+
torch==1.4.0+cu100
|
4 |
+
torchvision==0.11.2+cu100
|
5 |
+
torchaudio==0.10.1+cu100
|
6 |
+
setuptools==59.5.0
|
7 |
|
8 |
Pillow
|
9 |
ninja
|