Update README.md (#1)
Browse files- Update README.md (b3d59aefa3f0dc72dd45b281c37930d83f4d4911)
Co-authored-by: Atila <aotrih@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1887,7 +1887,7 @@ The model is available for use in the NeMo toolkit [6], and can be used as a pre
|
|
1887 |
#### Automatically instantiate the model
|
1888 |
|
1889 |
```python
|
1890 |
-
from nemo.collections.asr import ASRModel
|
1891 |
asr_ast_model = ASRModel.from_pretrained(model_name="nvidia/canary-1b-v2")
|
1892 |
```
|
1893 |
|
|
|
1887 |
#### Automatically instantiate the model
|
1888 |
|
1889 |
```python
|
1890 |
+
from nemo.collections.asr.models import ASRModel
|
1891 |
asr_ast_model = ASRModel.from_pretrained(model_name="nvidia/canary-1b-v2")
|
1892 |
```
|
1893 |
|