Update README.md
Browse files
README.md
CHANGED
@@ -117,6 +117,7 @@ We designed the VAD such that you can have access to all of these steps (this mi
|
|
117 |
|
118 |
```python
|
119 |
from speechbrain.pretrained import VAD
|
|
|
120 |
|
121 |
# 1- Let's compute frame-level posteriors first
|
122 |
audio_file = 'pretrained_model_checkpoints/example_vad.wav'
|
|
|
117 |
|
118 |
```python
|
119 |
from speechbrain.pretrained import VAD
|
120 |
+
VAD = VAD.from_hparams(source="speechbrain/vad-crdnn-libriparty", savedir="pretrained_models/vad-crdnn-libriparty")
|
121 |
|
122 |
# 1- Let's compute frame-level posteriors first
|
123 |
audio_file = 'pretrained_model_checkpoints/example_vad.wav'
|