Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -9,6 +9,7 @@ protobuf
|
|
| 9 |
|
| 10 |
# audio / voice
|
| 11 |
soundfile
|
|
|
|
| 12 |
pydub
|
| 13 |
speechrecognition
|
| 14 |
gtts
|
|
@@ -16,6 +17,7 @@ pyttsx3
|
|
| 16 |
librosa
|
| 17 |
numpy
|
| 18 |
scipy
|
|
|
|
| 19 |
|
| 20 |
# translation + text utils
|
| 21 |
googletrans==4.0.0rc1
|
|
|
|
| 9 |
|
| 10 |
# audio / voice
|
| 11 |
soundfile
|
| 12 |
+
torchaudio
|
| 13 |
pydub
|
| 14 |
speechrecognition
|
| 15 |
gtts
|
|
|
|
| 17 |
librosa
|
| 18 |
numpy
|
| 19 |
scipy
|
| 20 |
+
gTTS
|
| 21 |
|
| 22 |
# translation + text utils
|
| 23 |
googletrans==4.0.0rc1
|