Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
gradio
|
2 |
-
librosa
|
3 |
-
numpy
|
4 |
-
scikit-learn
|
5 |
transformers
|
|
|
6 |
torch
|
|
|
|
|
7 |
soundfile
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers
|
2 |
+
torchaudio
|
3 |
torch
|
4 |
+
librosa
|
5 |
+
numpy
|
6 |
soundfile
|
7 |
+
gradio
|
8 |
+
pyannote.audio
|