dwgnr commited on
Commit
b40aa41
1 Parent(s): a5b3ccf

add example

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. example.wav +0 -0
README.md CHANGED
@@ -62,7 +62,7 @@ Note that we encourage you to read our tutorials and learn more about
62
  from speechbrain.pretrained import EncoderDecoderASR
63
 
64
  asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-crdnn-switchboard", savedir="pretrained_models/speechbrain/asr-crdnn-switchboard")
65
- asr_model.transcribe_file('path/to/your/audiofile')
66
 
67
  ```
68
 
62
  from speechbrain.pretrained import EncoderDecoderASR
63
 
64
  asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-crdnn-switchboard", savedir="pretrained_models/speechbrain/asr-crdnn-switchboard")
65
+ asr_model.transcribe_file('speechbrain/asr-crdnn-switchboard/example.wav')
66
 
67
  ```
68
 
example.wav ADDED
Binary file (925 kB). View file