SohomToom commited on
Commit
f923de5
·
verified ·
1 Parent(s): b38acba

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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