Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -4,8 +4,8 @@ imgui==1.3.0
|
|
4 |
pyopengl==3.1.5
|
5 |
pyspng==0.1.0
|
6 |
Pillow
|
7 |
-
torch
|
8 |
-
torchvision
|
9 |
gdown
|
10 |
timm
|
11 |
numpy
|
|
|
4 |
pyopengl==3.1.5
|
5 |
pyspng==0.1.0
|
6 |
Pillow
|
7 |
+
torch==1.9.1
|
8 |
+
torchvision==0.10.1
|
9 |
gdown
|
10 |
timm
|
11 |
numpy
|