Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +17 -16
requirements.txt
CHANGED
@@ -1,19 +1,20 @@
|
|
1 |
-
|
2 |
-
librosa
|
3 |
-
matplotlib
|
4 |
-
numpy
|
5 |
-
phonemizer
|
6 |
-
scipy
|
7 |
-
tensorboard
|
8 |
-
torch
|
9 |
-
torchvision
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
17 |
psutil
|
18 |
translators
|
19 |
gradio
|
|
|
1 |
+
numba
|
2 |
+
librosa
|
3 |
+
matplotlib
|
4 |
+
numpy
|
5 |
+
phonemizer
|
6 |
+
scipy
|
7 |
+
tensorboard
|
8 |
+
torch
|
9 |
+
torchvision
|
10 |
+
torchaudio
|
11 |
+
unidecode
|
12 |
+
pyopenjtalk>=0.3.0
|
13 |
+
jamo
|
14 |
+
pypinyin
|
15 |
+
protobuf
|
16 |
+
inflect
|
17 |
+
opencc
|
18 |
psutil
|
19 |
translators
|
20 |
gradio
|