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 <awni.hannun@gmail.com>
This commit is contained in:
Seitaro Sugawara 2024-10-14 22:21:25 +09:00 committed by GitHub
parent 7612c646f3
commit 1e0cda68c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,8 +16,7 @@ pip install -r requirements.txt
An example using the model: An example using the model:
```python ```python
import mlx.core as mx from musicgen import MusicGen
from music_gen import MusicGen
from utils import save_audio from utils import save_audio
model = MusicGen.from_pretrained("facebook/musicgen-medium") model = MusicGen.from_pretrained("facebook/musicgen-medium")