Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ The model is available for use in the [NVIDIA NeMo](https://github.com/NVIDIA/Ne
|
|
51 |
### Inference
|
52 |
For inference, you can follow our [Audio Codec Inference Tutorial](https://github.com/NVIDIA/NeMo/blob/main/tutorials/tts/Audio_Codec_Inference.ipynb) which automatically downloads the model checkpoint. Note that you will need to set the ```model_name``` parameter to "nvidia/audio-codec-44khz".
|
53 |
|
54 |
-
Alternatively, you can
|
55 |
|
56 |
```
|
57 |
import librosa
|
|
|
51 |
### Inference
|
52 |
For inference, you can follow our [Audio Codec Inference Tutorial](https://github.com/NVIDIA/NeMo/blob/main/tutorials/tts/Audio_Codec_Inference.ipynb) which automatically downloads the model checkpoint. Note that you will need to set the ```model_name``` parameter to "nvidia/audio-codec-44khz".
|
53 |
|
54 |
+
Alternatively, you can use the code below, which also handles the automatic checkpoint download:
|
55 |
|
56 |
```
|
57 |
import librosa
|