SohomToom commited on
Commit
03e45b8
·
verified ·
1 Parent(s): e0d690d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +29 -7
requirements.txt CHANGED
@@ -1,8 +1,30 @@
1
- transformers
2
- TTS
3
- gradio
4
- g2p_en
5
- faster-whisper
6
- whisper-timestamped
7
- eng-to-ipa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
 
1
+ #transformers
2
+ #TTS
3
+ #gradio
4
+ #g2p_en
5
+ #faster-whisper
6
+ #whisper-timestamped
7
+ #eng-to-ipa
8
+
9
+ librosa==0.9.1
10
+ faster-whisper==0.9.0
11
+ pydub==0.25.1
12
+ wavmark==0.0.3
13
+ numpy==1.22.0
14
+ eng_to_ipa==0.0.2
15
+ inflect==7.0.0
16
+ unidecode==1.3.7
17
+ whisper-timestamped==1.14.2
18
+ openai
19
+ python-dotenv
20
+ pypinyin==0.50.0
21
+ cn2an==0.5.22
22
+ jieba==0.42.1
23
+ gradio==4.44.1
24
+ langid==1.1.6
25
+ # MeloTTS from GitHub
26
+ git+https://github.com/myshell-ai/MeloTTS.git
27
+ # MeCab workaround
28
+ #mecab-python3==1.0.9 # avoid newer ones that break on Spaces
29
+ unidic-lite # lightweight dictionary that works with mecab-python3
30