Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
setuptools>=68
|
| 2 |
-
wheel
|
| 3 |
torch
|
| 4 |
torchaudio
|
| 5 |
TTS @ git+https://github.com/coqui-ai/TTS.git
|
| 6 |
pydub
|
| 7 |
TorchCodec
|
| 8 |
packaging==23.1
|
|
|
|
|
|
|
| 9 |
gradio
|
|
|
|
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
torchaudio
|
| 3 |
TTS @ git+https://github.com/coqui-ai/TTS.git
|
| 4 |
pydub
|
| 5 |
TorchCodec
|
| 6 |
packaging==23.1
|
| 7 |
+
fastapi
|
| 8 |
+
uvicorn
|
| 9 |
gradio
|