Update requirements.txt
Browse files- requirements.txt +4 -20
requirements.txt
CHANGED
@@ -1,20 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
scipy
|
6 |
-
Cython==0.29.21
|
7 |
-
phonemizer==2.2.1
|
8 |
-
scikit-learn
|
9 |
-
matplotlib
|
10 |
-
gradio==3.1.4
|
11 |
-
sentencepiece
|
12 |
-
sacremoses
|
13 |
-
tokenizers==0.10.3
|
14 |
-
resampy>=0.2.2
|
15 |
-
numba>=0.43.0
|
16 |
-
soundfile>=0.10.2
|
17 |
-
pooch>=1.0
|
18 |
-
decorator>=3.0.0
|
19 |
-
joblib>=0.14
|
20 |
-
audioread>=2.0.0
|
|
|
1 |
+
torch
|
2 |
+
transformers
|
3 |
+
librosa
|
4 |
+
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|