speechbrainteam commited on
Commit
192579a
1 Parent(s): 6ed87ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -1,5 +1,4 @@
1
-
2
- ---
3
  language: "en"
4
  thumbnail:
5
  tags:
@@ -75,7 +74,7 @@ Please notice that we encourage you to read our tutorials and learn more about
75
  ```python
76
  from speechbrain.pretrained import VAD
77
 
78
- VAD = VAD.from_hparams(source="speechbrain/vad_crdnn_libriparty", savedir="pretrained_models/vad_crdnn_libriparty")
79
  boundaries = VAD.get_speech_segments("speechbrain/vad_example.wav")
80
 
81
  # Print the output
 
1
+ \n---
 
2
  language: "en"
3
  thumbnail:
4
  tags:
 
74
  ```python
75
  from speechbrain.pretrained import VAD
76
 
77
+ VAD = VAD.from_hparams(source="speechbrain/vad-crdnn-libriparty", savedir="pretrained_models/vad-crdnn-libriparty")
78
  boundaries = VAD.get_speech_segments("speechbrain/vad_example.wav")
79
 
80
  # Print the output