Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -17,5 +17,5 @@ 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.
|
21 |
unidic-lite # lightweight dictionary that works with mecab-python3
|
|
|
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
|