Commit
•
00202bf
1
Parent(s):
fe89c26
Update requirements.txt
Browse files- requirements.txt +8 -4
requirements.txt
CHANGED
@@ -53,13 +53,17 @@ encodec==0.1.*
|
|
53 |
# deps for XTTS
|
54 |
unidecode==1.3.*
|
55 |
langid
|
56 |
-
# Install
|
57 |
-
|
58 |
-
deepspeed==0.11.1
|
59 |
-
pydub
|
60 |
cutlet
|
|
|
61 |
mecab-python3==1.0.6
|
62 |
unidic-lite==1.0.8
|
|
|
|
|
|
|
|
|
|
|
63 |
ffmpeg-python
|
64 |
gradio_client
|
65 |
emoji
|
|
|
53 |
# deps for XTTS
|
54 |
unidecode==1.3.*
|
55 |
langid
|
56 |
+
# Install Coqui TTS
|
57 |
+
TTS==0.20.2
|
|
|
|
|
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.11.1
|
65 |
+
pydub
|
66 |
+
librosa
|
67 |
ffmpeg-python
|
68 |
gradio_client
|
69 |
emoji
|