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