Update requirements.txt
Browse files- requirements.txt +11 -6
requirements.txt
CHANGED
@@ -1,12 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
librosa
|
2 |
-
git+https://github.com/huggingface/transformers.git
|
3 |
torch
|
|
|
|
|
4 |
Cython==0.29.21
|
5 |
phonemizer==2.2.1
|
6 |
-
|
7 |
-
numpy
|
8 |
-
torchvision
|
9 |
matplotlib
|
10 |
-
Unidecode==1.1.1
|
11 |
-
monotonic-align
|
12 |
gradio
|
|
|
|
1 |
+
transformers
|
2 |
+
datasets
|
3 |
+
huggingface-hub>=0.19
|
4 |
+
hf-transfer>=0.1.4
|
5 |
+
protobuf<4
|
6 |
+
click<8.1
|
7 |
+
pydantic~=1.0
|
8 |
librosa
|
|
|
9 |
torch
|
10 |
+
torchaudio
|
11 |
+
scipy
|
12 |
Cython==0.29.21
|
13 |
phonemizer==2.2.1
|
14 |
+
scikit-learn
|
|
|
|
|
15 |
matplotlib
|
|
|
|
|
16 |
gradio
|
17 |
+
sentencepiece
|