Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -4
requirements.txt
CHANGED
@@ -6,11 +6,20 @@ transformers
|
|
6 |
h5py
|
7 |
smplx
|
8 |
shapely
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
mapbox_earcut
|
12 |
chumpy
|
13 |
gdown
|
14 |
-
PyOpenGL
|
15 |
-
PyOpenGL_accelerate
|
16 |
gradio==3.12
|
|
|
6 |
h5py
|
7 |
smplx
|
8 |
shapely
|
9 |
+
freetype-py
|
10 |
+
imageio
|
11 |
+
networkx
|
12 |
+
numpy
|
13 |
+
Pillow
|
14 |
+
pyglet==1.4.0a1
|
15 |
+
PyOpenGL
|
16 |
+
PyOpenGL_accelerate
|
17 |
+
six
|
18 |
+
trimesh
|
19 |
+
sphinx
|
20 |
+
sphinx_rtd_theme
|
21 |
+
sphinx-automodapi
|
22 |
mapbox_earcut
|
23 |
chumpy
|
24 |
gdown
|
|
|
|
|
25 |
gradio==3.12
|