Update README.md
Browse files
README.md
CHANGED
@@ -77,7 +77,7 @@ asr_model = nemo_asr.models.EncDecHybridRNNTCTCBPEModel.from_pretrained(model_na
|
|
77 |
### Transcribing using Python
|
78 |
Simply do:
|
79 |
```
|
80 |
-
output = asr_model.transcribe(['
|
81 |
print(output[0].text)
|
82 |
```
|
83 |
### Transcribing many audio files
|
|
|
77 |
### Transcribing using Python
|
78 |
Simply do:
|
79 |
```
|
80 |
+
output = asr_model.transcribe(['sample.wav'])
|
81 |
print(output[0].text)
|
82 |
```
|
83 |
### Transcribing many audio files
|