Right call for Encodec Model
Loading the encodec model requires the call to be "encodec_model_24khz()" instead of the "get_*_()".
When running the example, one gets an error: ``` 'AudioGen' object has no attribute 'generate_unconditional' ``` AudioGen does not provide a generate_unconditional method. The example looks like a copy-paste mistake from Musicgen readme.