Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
1 |
+
torch==2.5.0
|
2 |
+
TTS @ git+https://github.com/coqui-ai/[email protected]
|
3 |
+
pydantic==1.10.13
|
4 |
+
python-multipart==0.0.6
|
5 |
+
typing-extensions>=4.8.0
|
6 |
+
pydub
|