diff --git a/musicgen/README.md b/musicgen/README.md index baef4fad..35f9ab07 100644 --- a/musicgen/README.md +++ b/musicgen/README.md @@ -17,7 +17,7 @@ An example using the model: ```python import mlx.core as mx -from music_gen import MusicGen +from musicgen import MusicGen from utils import save_audio model = MusicGen.from_pretrained("facebook/musicgen-medium")