Spaces:
No application file
No application file
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy~=1.21.5
|
2 |
+
transformers~=4.22.1
|
3 |
+
matplotlib~=3.2.2
|
4 |
+
textgrid~=1.5
|
5 |
+
smplx~=0.1.28
|
6 |
+
scikit-learn~=1.0.2
|
7 |
+
pyrender~=0.1.45
|
8 |
+
trimesh~=3.14.1
|
9 |
+
tqdm~=4.64.1
|
10 |
+
librosa~=0.9.2
|
11 |
+
scipy~=1.7.3
|
12 |
+
python_speech_features~=0.6
|
13 |
+
opencv-python~=4.7.0.68
|
14 |
+
pyglet~=1.4.10
|