Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +17 -11
requirements.txt
CHANGED
|
@@ -1,16 +1,22 @@
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
-
uvicorn==0.24.0
|
| 3 |
python-multipart==0.0.6
|
| 4 |
-
|
| 5 |
-
torchaudio==2.1.0
|
| 6 |
-
numpy==1.24.3
|
| 7 |
librosa==0.10.1
|
| 8 |
soundfile==0.12.1
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
pyttsx3>=2.90
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
pydantic==2.5.0
|
|
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
+
uvicorn[standard]==0.24.0
|
| 3 |
python-multipart==0.0.6
|
| 4 |
+
pydantic==2.5.0
|
|
|
|
|
|
|
| 5 |
librosa==0.10.1
|
| 6 |
soundfile==0.12.1
|
| 7 |
+
torch>=2.0.0
|
| 8 |
+
numpy>=1.24.0
|
| 9 |
+
tensorboard>=2.14.0
|
| 10 |
+
tqdm>=4.66.0
|
| 11 |
+
huggingface-hub>=0.18.0
|
| 12 |
+
ffmpeg-python>=0.2.0
|
| 13 |
+
requests>=2.31.0
|
| 14 |
+
scipy>=1.10.0
|
| 15 |
+
pandas>=2.0.0
|
| 16 |
+
seaborn>=0.12.0
|
| 17 |
+
matplotlib>=3.7.0
|
| 18 |
+
pystoi>=0.3.0
|
| 19 |
+
datasets>=2.13.1
|
| 20 |
pyttsx3>=2.90
|
| 21 |
+
gtts>=2.3.2
|
| 22 |
+
audioread==3.0.1
|
|
|