Commit
·
9f74da1
1
Parent(s):
e548e55
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -54,7 +54,7 @@ encodec==0.1.*
|
|
| 54 |
unidecode==1.3.*
|
| 55 |
langid
|
| 56 |
# Install Coqui TTS
|
| 57 |
-
|
| 58 |
cutlet
|
| 59 |
# mecab and unidic required for japanese
|
| 60 |
mecab-python3==1.0.6
|
|
@@ -68,3 +68,4 @@ ffmpeg-python
|
|
| 68 |
gradio_client
|
| 69 |
emoji
|
| 70 |
asyncio
|
|
|
|
|
|
| 54 |
unidecode==1.3.*
|
| 55 |
langid
|
| 56 |
# Install Coqui TTS
|
| 57 |
+
TTS==0.20.1
|
| 58 |
cutlet
|
| 59 |
# mecab and unidic required for japanese
|
| 60 |
mecab-python3==1.0.6
|
|
|
|
| 68 |
gradio_client
|
| 69 |
emoji
|
| 70 |
asyncio
|
| 71 |
+
noisereduce==3.0.0
|