anteju commited on
Commit
4e8f495
1 Parent(s): 0e8882b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -90,7 +90,7 @@ The model is available for use in the NVIDIA NeMo toolkit, and can be used fine-
90
  ## Load the model
91
  ```
92
  from nemo.collections.audio.models import AudioToAudioModel
93
- model = AudioToAudioModel.from_pretrained('sr_ssl_flowmatching_16k_430m')
94
  ```
95
 
96
  ## Change sampler configuration
 
90
  ## Load the model
91
  ```
92
  from nemo.collections.audio.models import AudioToAudioModel
93
+ model = AudioToAudioModel.from_pretrained('nvidia/sr_ssl_flowmatching_16k_430m')
94
  ```
95
 
96
  ## Change sampler configuration