Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -22,9 +22,9 @@ cn2an==0.5.22
|
|
| 22 |
jieba==0.42.1
|
| 23 |
gradio==4.44.1
|
| 24 |
langid==1.1.6
|
| 25 |
-
TTS
|
| 26 |
# MeloTTS from GitHub
|
| 27 |
-
git+https://github.com/myshell-ai/MeloTTS.git
|
| 28 |
# MeCab workaround
|
| 29 |
#mecab-python3==1.0.9 # avoid newer ones that break on Spaces
|
| 30 |
unidic-lite # lightweight dictionary that works with mecab-python3
|
|
|
|
| 22 |
jieba==0.42.1
|
| 23 |
gradio==4.44.1
|
| 24 |
langid==1.1.6
|
| 25 |
+
#TTS
|
| 26 |
# MeloTTS from GitHub
|
| 27 |
+
#git+https://github.com/myshell-ai/MeloTTS.git
|
| 28 |
# MeCab workaround
|
| 29 |
#mecab-python3==1.0.9 # avoid newer ones that break on Spaces
|
| 30 |
unidic-lite # lightweight dictionary that works with mecab-python3
|