add example
Browse files- README.md +1 -1
- 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('
|
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
|
|