Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
-
TTS
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
huggingface_hub
|
|
|
|
|
|
|
| 6 |
numpy
|
|
|
|
| 1 |
+
git+https://github.com/coqui-ai/TTS@v0.22.0
|
| 2 |
+
transformers==4.41.2
|
| 3 |
+
torch==2.3.1
|
| 4 |
+
torchaudio==2.3.1
|
| 5 |
+
huggingface_hub==0.23.2
|
| 6 |
+
gradio==4.44.0
|
| 7 |
+
soundfile
|
| 8 |
numpy
|