Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.1.2
|
| 2 |
+
torchaudio==2.1.2
|
| 3 |
+
TTS==0.22.0
|
| 4 |
+
gradio==4.44.1
|
| 5 |
+
uvicorn>=0.14.0
|
| 6 |
+
websockets==10.4
|
| 7 |
+
numpy
|
| 8 |
+
scipy
|
| 9 |
+
soundfile
|