Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pip>=23.2
|
2 |
+
gradio==4.37.1
|
3 |
+
accelerate
|
4 |
+
librosa
|
5 |
+
transformers
|
6 |
+
torch
|
7 |
+
Cython==0.29.21
|
8 |
+
phonemizer==2.2.1
|
9 |
+
scipy
|
10 |
+
numpy==1.22.4
|
11 |
+
flashlight-text
|
12 |
+
torchaudio
|
13 |
+
matplotlib
|
14 |
+
Unidecode==1.1.1
|
15 |
+
monotonic-align
|