Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -1
requirements.txt
CHANGED
@@ -1 +1,11 @@
|
|
1 |
-
huggingface_hub==0.22.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub==0.22.2
|
2 |
+
Cython==0.29.21
|
3 |
+
librosa==0.8.0
|
4 |
+
matplotlib==3.3.1
|
5 |
+
numpy==1.18.5
|
6 |
+
phonemizer==2.2.1
|
7 |
+
scipy==1.5.2
|
8 |
+
tensorboard==2.3.0
|
9 |
+
torchvision==0.7.0
|
10 |
+
torch==1.6.0
|
11 |
+
Unidecode==1.1.1
|