Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
fastapi
|
|
|
|
| 2 |
torch
|
| 3 |
-
librosa
|
| 4 |
numpy
|
| 5 |
-
python-multipart
|
| 6 |
soundfile
|
|
|
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
torch
|
| 4 |
+
librosa==0.10.1
|
| 5 |
numpy
|
|
|
|
| 6 |
soundfile
|
| 7 |
+
scipy
|
| 8 |
+
python-multipart
|