Spaces:
Runtime error
Runtime error
add pytorch3d to avoid generation error
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -7,4 +7,5 @@ accelerate
|
|
7 |
imageio[ffmpeg]
|
8 |
imageio[pyav]
|
9 |
blobfile
|
10 |
-
ipywidgets
|
|
|
|
7 |
imageio[ffmpeg]
|
8 |
imageio[pyav]
|
9 |
blobfile
|
10 |
+
ipywidgets
|
11 |
+
pytorch3d
|