Update README.md
Browse files
README.md
CHANGED
@@ -116,6 +116,7 @@ We designed the VAD such that you can have access to all of these steps (this mi
|
|
116 |
|
117 |
|
118 |
```python
|
|
|
119 |
|
120 |
# 1- Let's compute frame-level posteriors first
|
121 |
audio_file = 'pretrained_model_checkpoints/example_vad.wav'
|
|
|
116 |
|
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'
|