Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
|
2 |
torch
|
3 |
librosa
|
4 |
-
transformers
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
torch
|
3 |
librosa
|
4 |
+
transformers
|
5 |
+
soundfile
|
6 |
+
tempfile
|