Spaces:
Sleeping
Sleeping
Update requirements.txt (#8)
Browse files- Update requirements.txt (744bc99231e442d45df8bd5cb008fc6f8327788a)
- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,8 @@ fastapi
|
|
| 2 |
uvicorn
|
| 3 |
python-multipart==0.0.20
|
| 4 |
soundfile==0.13.1
|
| 5 |
-
librosa==0.
|
|
|
|
| 6 |
|
| 7 |
# For Hugging Face and PyTorch
|
| 8 |
transformers==4.40.0
|
|
|
|
| 2 |
uvicorn
|
| 3 |
python-multipart==0.0.20
|
| 4 |
soundfile==0.13.1
|
| 5 |
+
librosa==0.10.1
|
| 6 |
+
joblib==1.3.2
|
| 7 |
|
| 8 |
# For Hugging Face and PyTorch
|
| 9 |
transformers==4.40.0
|