Update requirements.txt
Browse files- requirements.txt +9 -12
requirements.txt
CHANGED
|
@@ -1,12 +1,9 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
pydantic
|
| 4 |
-
requests
|
| 5 |
-
torch
|
| 6 |
-
torchaudio
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
librosa==0.10.1
|
| 11 |
-
scipy==1.11.2
|
| 12 |
-
python-multipart==0.0.6
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
pydantic
|
| 4 |
+
requests
|
| 5 |
+
torch
|
| 6 |
+
torchaudio
|
| 7 |
+
TTS
|
| 8 |
+
soundfile
|
| 9 |
+
python-multipart
|
|
|
|
|
|
|
|
|