Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +22 -21
requirements.txt
CHANGED
@@ -1,29 +1,30 @@
|
|
1 |
-
#
|
2 |
-
|
3 |
-
|
4 |
-
# Core dependencies
|
5 |
torch
|
6 |
torchaudio
|
7 |
-
unidic
|
8 |
-
gradio
|
9 |
-
|
10 |
-
# Dependencies from the original MeloTTS requirements file
|
11 |
-
anyascii==0.3.2
|
12 |
cached_path
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
jamo==0.4.1
|
16 |
-
|
|
|
17 |
librosa==0.9.1
|
18 |
-
|
19 |
-
|
20 |
-
cn2an==0.5.22
|
21 |
-
jieba==0.42.1
|
22 |
-
pypinyin==0.50.0
|
23 |
inflect==7.0.0
|
24 |
unidecode==1.3.7
|
25 |
pypinyin==0.50.0
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
|
1 |
+
# requirements.txt (for your new MeloTTS space)
|
2 |
+
txtsplit
|
|
|
|
|
3 |
torch
|
4 |
torchaudio
|
|
|
|
|
|
|
|
|
|
|
5 |
cached_path
|
6 |
+
transformers==4.27.4
|
7 |
+
mecab-python3==1.0.5
|
8 |
+
num2words==0.5.12
|
9 |
+
unidic_lite==1.0.8
|
10 |
+
unidic==1.1.0
|
11 |
+
pykakasi==2.2.1
|
12 |
+
fugashi==1.3.0
|
13 |
+
g2p_en==2.1.0
|
14 |
+
anyascii==0.3.2
|
15 |
jamo==0.4.1
|
16 |
+
gruut[de,es,fr]==2.2.3
|
17 |
+
g2pkk>=0.1.1
|
18 |
librosa==0.9.1
|
19 |
+
pydub==0.25.1
|
20 |
+
eng_to_ipa==0.0.2
|
|
|
|
|
|
|
21 |
inflect==7.0.0
|
22 |
unidecode==1.3.7
|
23 |
pypinyin==0.50.0
|
24 |
+
cn2an==0.5.22
|
25 |
+
jieba==0.42.1
|
26 |
+
gradio
|
27 |
+
langid==1.1.6
|
28 |
+
tqdm
|
29 |
+
tensorboard==2.16.2
|
30 |
+
loguru==0.7.2
|