Update requirements.txt
Browse files- requirements.txt +5 -21
requirements.txt
CHANGED
@@ -1,21 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
eng_to_ipa==0.0.2
|
7 |
-
inflect==7.0.0
|
8 |
-
unidecode==1.3.7
|
9 |
-
whisper-timestamped==1.14.2
|
10 |
-
openai
|
11 |
-
python-dotenv
|
12 |
-
pypinyin==0.50.0
|
13 |
-
cn2an==0.5.22
|
14 |
-
jieba==0.42.1
|
15 |
-
gradio==4.44.1
|
16 |
-
langid==1.1.6
|
17 |
-
# MeloTTS from GitHub
|
18 |
-
git+https://github.com/myshell-ai/MeloTTS.git
|
19 |
-
# MeCab workaround
|
20 |
-
#mecab-python3==1.0.9 # avoid newer ones that break on Spaces
|
21 |
-
unidic-lite # lightweight dictionary that works with mecab-python3
|
|
|
1 |
+
transformers
|
2 |
+
TTS
|
3 |
+
openvoice
|
4 |
+
gradio
|
5 |
+
g2p_en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|