Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -27,6 +27,6 @@ langid==1.1.6
|
|
27 |
# MeloTTS from GitHub
|
28 |
#git+https://github.com/myshell-ai/MeloTTS.git
|
29 |
# MeCab workaround
|
30 |
-
|
31 |
unidic-lite # lightweight dictionary that works with mecab-python3
|
32 |
|
|
|
27 |
# MeloTTS from GitHub
|
28 |
#git+https://github.com/myshell-ai/MeloTTS.git
|
29 |
# MeCab workaround
|
30 |
+
mecab-python3==1.0.9 # avoid newer ones that break on Spaces
|
31 |
unidic-lite # lightweight dictionary that works with mecab-python3
|
32 |
|