Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
TTS[train] @ git+https://github.com/coqui-ai/TTS.git@main
|
|
|
|
|
|
|
|
|
|
| 2 |
datasets==2.20.0
|
| 3 |
huggingface_hub==0.24.6
|
| 4 |
soundfile==0.12.1
|
|
|
|
| 1 |
TTS[train] @ git+https://github.com/coqui-ai/TTS.git@main
|
| 2 |
+
pytorch-lightning==2.4.0
|
| 3 |
+
torchmetrics>=1.3,<2.0
|
| 4 |
+
jsonargparse[signatures]>=4.27.7
|
| 5 |
datasets==2.20.0
|
| 6 |
huggingface_hub==0.24.6
|
| 7 |
soundfile==0.12.1
|