Update requirements.txt
Browse files- requirements.txt +11 -2
requirements.txt
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
-
transformers
|
3 |
-
torchaudio
|
|
|
1 |
+
librosa
|
2 |
+
git+https://github.com/huggingface/transformers.git
|
3 |
+
torch
|
4 |
+
Cython==0.29.21
|
5 |
+
phonemizer==2.2.1
|
6 |
+
scipy
|
7 |
+
numpy
|
8 |
+
torchvision
|
9 |
+
matplotlib
|
10 |
+
Unidecode==1.1.1
|
11 |
+
monotonic-align
|
12 |
gradio
|
|
|
|