Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -6,7 +6,7 @@ imageio>=2.34.0
|
|
| 6 |
imageio-ffmpeg>=0.4.9
|
| 7 |
|
| 8 |
# TTS backends
|
| 9 |
-
gTTS
|
| 10 |
-
TTS
|
| 11 |
-
torch
|
| 12 |
-
soundfile
|
|
|
|
| 6 |
imageio-ffmpeg>=0.4.9
|
| 7 |
|
| 8 |
# TTS backends
|
| 9 |
+
gTTS
|
| 10 |
+
TTS # Coqui TTS library
|
| 11 |
+
torch # CPU-only is fine; may take a bit to install
|
| 12 |
+
soundfile
|