Core23 commited on
Commit
aa3f10f
1 Parent(s): e271eb4

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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