Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Cython==0.29.21
|
2 |
+
librosa==0.8.0
|
3 |
+
phonemizer==2.2.1
|
4 |
+
scipy
|
5 |
+
numpy
|
6 |
+
torch
|
7 |
+
torchvision
|
8 |
+
matplotlib
|
9 |
+
Unidecode==1.1.1
|