Spaces:
Runtime error
Runtime error
newest librosa and numba
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -2,8 +2,8 @@ transformers==4.30.2
|
|
| 2 |
torch==2.0.1
|
| 3 |
fastapi==0.95.2
|
| 4 |
uvicorn==0.22.0
|
| 5 |
-
librosa==0.
|
| 6 |
-
numba==0.
|
| 7 |
json5==0.9.5
|
| 8 |
numpy==1.24.3
|
| 9 |
openai==0.28.0
|
|
|
|
| 2 |
torch==2.0.1
|
| 3 |
fastapi==0.95.2
|
| 4 |
uvicorn==0.22.0
|
| 5 |
+
librosa==0.10.0
|
| 6 |
+
numba==0.58.1
|
| 7 |
json5==0.9.5
|
| 8 |
numpy==1.24.3
|
| 9 |
openai==0.28.0
|