Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
torch
|
2 |
transformers
|
3 |
soundfile
|
4 |
-
pyannote.audio
|
|
|
5 |
pyctcdecode
|
|
|
6 |
https://github.com/kpu/kenlm/archive/master.zip
|
|
|
1 |
torch
|
2 |
transformers
|
3 |
soundfile
|
4 |
+
pyannote.audio[separation]==3.3.0
|
5 |
+
pydub
|
6 |
pyctcdecode
|
7 |
+
silero-vad
|
8 |
https://github.com/kpu/kenlm/archive/master.zip
|