Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -2,7 +2,6 @@ torch>=2.1.0
|
|
| 2 |
torchaudio>=2.1.0
|
| 3 |
transformers==4.44.2
|
| 4 |
huggingface-hub==0.23.2
|
| 5 |
-
librosa
|
| 6 |
numpy==1.23.5
|
| 7 |
-
numba==0.56.4
|
| 8 |
soundfile
|
|
|
|
| 2 |
torchaudio>=2.1.0
|
| 3 |
transformers==4.44.2
|
| 4 |
huggingface-hub==0.23.2
|
| 5 |
+
git+https://github.com/librosa/librosa.git@main
|
| 6 |
numpy==1.23.5
|
|
|
|
| 7 |
soundfile
|