speechbrainteam
commited on
Commit
•
484392e
1
Parent(s):
6c850e8
Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
56 |
```python
|
57 |
from speechbrain.inference.ASR import EncoderDecoderASR
|
58 |
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-conformer-transformerlm-ksponspeech", savedir="pretrained_models/asr-conformer-transformerlm-ksponspeech", run_opts={"device":"cuda"})
|
59 |
-
asr_model.transcribe_file("
|
60 |
```
|
61 |
|
62 |
### Inference on GPU
|
|
|
56 |
```python
|
57 |
from speechbrain.inference.ASR import EncoderDecoderASR
|
58 |
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-conformer-transformerlm-ksponspeech", savedir="pretrained_models/asr-conformer-transformerlm-ksponspeech", run_opts={"device":"cuda"})
|
59 |
+
asr_model.transcribe_file("speechbrain/asr-conformer-transformerlm-ksponspeech/record_0_16k.wav")
|
60 |
```
|
61 |
|
62 |
### Inference on GPU
|