Spaces:
Sleeping
Sleeping
shriniket73
commited on
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
numpy==1.22.0
|
2 |
torch==2.5.1
|
3 |
torchaudio==2.5.1
|
4 |
-
|
5 |
fastapi==0.104.1
|
6 |
uvicorn==0.24.0
|
|
|
7 |
python-multipart==0.0.6
|
8 |
requests==2.31.0
|
9 |
-
pydantic
|
10 |
-
|
11 |
-
|
12 |
-
soundfile==0.12.1
|
|
|
|
|
1 |
torch==2.5.1
|
2 |
torchaudio==2.5.1
|
3 |
+
numpy==1.22.0
|
4 |
fastapi==0.104.1
|
5 |
uvicorn==0.24.0
|
6 |
+
TTS==0.21.1
|
7 |
python-multipart==0.0.6
|
8 |
requests==2.31.0
|
9 |
+
pydantic>=2.0.0
|
10 |
+
librosa>=0.10.0
|
11 |
+
soundfile>=0.12.1
|
|