Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,9 @@
|
|
| 1 |
fastapi
|
| 2 |
-
uvicorn[standard]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
+
|
| 4 |
+
torch
|
| 5 |
+
torchaudio
|
| 6 |
+
TTS @ git+https://github.com/coqui-ai/TTS.git
|
| 7 |
+
pydub
|
| 8 |
+
TorchCodec
|
| 9 |
+
packaging==23.1
|