Spaces:
Runtime error
Runtime error
gorkemgoknar
commited on
Commit
•
42c9a4a
1
Parent(s):
59c041f
japanese support
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -55,10 +55,14 @@ unidecode==1.3.*
|
|
55 |
langid
|
56 |
# Install Coqui TTS
|
57 |
git+https://github.com/coqui-ai/tts.git@v0.18.1
|
|
|
|
|
|
|
|
|
|
|
58 |
# Deepspeed for fast inference
|
59 |
deepspeed==0.8.3
|
60 |
pydub
|
61 |
librosa
|
62 |
ffmpeg-python
|
63 |
gradio_client
|
64 |
-
cutlet
|
|
|
55 |
langid
|
56 |
# Install Coqui TTS
|
57 |
git+https://github.com/coqui-ai/tts.git@v0.18.1
|
58 |
+
cutlet
|
59 |
+
# mecab and unidic required for japanese
|
60 |
+
mecab-python3==1.0.6
|
61 |
+
unidic-lite==1.0.8
|
62 |
+
|
63 |
# Deepspeed for fast inference
|
64 |
deepspeed==0.8.3
|
65 |
pydub
|
66 |
librosa
|
67 |
ffmpeg-python
|
68 |
gradio_client
|
|