Spaces:
Runtime error
Runtime error
added librosa and soundfile
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -2,4 +2,6 @@ torch
|
|
2 |
git+https://github.com/huggingface/transformers
|
3 |
datasets
|
4 |
sentencepiece
|
5 |
-
speechbrain
|
|
|
|
|
|
2 |
git+https://github.com/huggingface/transformers
|
3 |
datasets
|
4 |
sentencepiece
|
5 |
+
speechbrain
|
6 |
+
librosa
|
7 |
+
soundfile
|