NeMo
rlangman commited on
Commit
e9eaf96
·
verified ·
1 Parent(s): b97d487

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 download the ```.nemo``` checkpoint from the "Files and versions" tab and use the code below to make an inference on the model:
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