Mirco commited on
Commit
7e69806
1 Parent(s): 0d20a87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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'