Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
@@ -4,10 +4,13 @@ torchaudio==2.1.2
|
|
4 |
torchvision==0.16.2
|
5 |
transformers==4.22.1
|
6 |
smplx==0.1.28
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
10 |
librosa~=0.9.2
|
|
|
11 |
python_speech_features~=0.6
|
12 |
-
|
13 |
streamlit
|
|
|
4 |
torchvision==0.16.2
|
5 |
transformers==4.22.1
|
6 |
smplx==0.1.28
|
7 |
+
matplotlib~=3.2.2
|
8 |
+
textgrid~=1.5
|
9 |
+
scikit-learn~=1.0.2
|
10 |
+
trimesh~=3.14.1
|
11 |
+
tqdm~=4.64.1
|
12 |
librosa~=0.9.2
|
13 |
+
scipy>=1.7.0,<1.11.0
|
14 |
python_speech_features~=0.6
|
15 |
+
opencv-python~=4.7.0.68
|
16 |
streamlit
|