add example
Browse files- README.md +1 -1
- example.wav +0 -0
README.md
CHANGED
@@ -61,7 +61,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
61 |
```python
|
62 |
from speechbrain.pretrained import EncoderDecoderASR
|
63 |
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-transformer-switchboard", savedir="pretrained_models/asr-transformer-switchboard")
|
64 |
-
asr_model.transcribe_file("
|
65 |
```
|
66 |
|
67 |
## Inference on GPU
|
|
|
61 |
```python
|
62 |
from speechbrain.pretrained import EncoderDecoderASR
|
63 |
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-transformer-switchboard", savedir="pretrained_models/asr-transformer-switchboard")
|
64 |
+
asr_model.transcribe_file("speechbrain/asr-transformer-switchboard/example.wav")
|
65 |
```
|
66 |
|
67 |
## Inference on GPU
|
example.wav
ADDED
Binary file (925 kB). View file
|
|