Spaces:
Sleeping
Sleeping
Sambhav Jain commited on
Upload requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.115.0
|
| 2 |
+
uvicorn[standard]==0.30.6
|
| 3 |
+
python-multipart==0.0.9
|
| 4 |
+
librosa==0.10.2
|
| 5 |
+
soundfile==0.12.1
|
| 6 |
+
numpy==1.26.4
|
| 7 |
+
scipy==1.13.1
|
| 8 |
+
numba==0.60.0
|
| 9 |
+
torch
|
| 10 |
+
torchaudio
|
| 11 |
+
transformers
|