Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
glfw==2.2.0
|
2 |
+
imageio-ffmpeg==0.4.3
|
3 |
+
imgui==1.3.0
|
4 |
+
pyopengl==3.1.5
|
5 |
+
pyspng==0.1.0
|
6 |
+
Pillow
|
7 |
+
torch
|
8 |
+
torchvision
|
9 |
+
gdown
|