Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -16,3 +16,6 @@ gradio==4.44.1
|
|
16 |
langid==1.1.6
|
17 |
# MeloTTS from GitHub
|
18 |
git+https://github.com/myshell-ai/MeloTTS.git
|
|
|
|
|
|
|
|
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.6 # avoid newer ones that break on Spaces
|
21 |
+
unidic-lite # lightweight dictionary that works with mecab-python3
|