minhhungg commited on
Commit
f7e06e7
·
verified ·
1 Parent(s): f0139ac

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -21
requirements.txt CHANGED
@@ -1,29 +1,30 @@
1
- # Install melo directly from the official GitHub repository
2
- -e git+https://github.com/myshell-ai/MeloTTS.git#egg=melo
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
- eng_to_ipa==0.0.2
14
- g2pkk>=0.1.1
 
 
 
 
 
 
 
15
  jamo==0.4.1
16
- langid==1.1.6
 
17
  librosa==0.9.1
18
- loguru==0.7.2
19
- transformers==4.27.4
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
- fugashi==1.3.0
27
- pykakasi==2.2.1
28
- mecab-python3==1.0.5
29
- gruut[de,es,fr]==2.2.3
 
 
 
 
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