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