From a6ae63226f3853fbff28241592ed7659ebcfc1c8 Mon Sep 17 00:00:00 2001 From: Seitaro Sugawara <11994333+SeitaroSugawara@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:06:35 +0900 Subject: [PATCH] Update README.md A small typo was fixed in the musicgen README.md. --- musicgen/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")