Spaces:
Sleeping
Sleeping
Add speechbrain + ten-vad (required by diarization.py static import-check)
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -2,8 +2,11 @@ transformers>=4.57.1
|
|
| 2 |
torch
|
| 3 |
torchaudio
|
| 4 |
peft
|
|
|
|
| 5 |
numpy
|
| 6 |
scipy
|
| 7 |
scikit-learn
|
| 8 |
librosa
|
| 9 |
soundfile
|
|
|
|
|
|
|
|
|
| 2 |
torch
|
| 3 |
torchaudio
|
| 4 |
peft
|
| 5 |
+
safetensors
|
| 6 |
numpy
|
| 7 |
scipy
|
| 8 |
scikit-learn
|
| 9 |
librosa
|
| 10 |
soundfile
|
| 11 |
+
speechbrain
|
| 12 |
+
ten-vad>=1.0.6
|