From 1e0cda68c642d66a2829a3bdc93457c963d6d44b Mon Sep 17 00:00:00 2001 From: Seitaro Sugawara <11994333+SeitaroSugawara@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:21:25 +0900 Subject: [PATCH] Update README.md (#1045) * Update README.md A small typo was fixed in the musicgen README.md. * Update musicgen/README.md --------- Co-authored-by: Awni Hannun --- musicgen/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/musicgen/README.md b/musicgen/README.md index baef4fad..c0e340c9 100644 --- a/musicgen/README.md +++ b/musicgen/README.md @@ -16,8 +16,7 @@ pip install -r requirements.txt 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")