mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-08-30 19:06:37 +08:00
Update README.md
A small typo was fixed in the musicgen README.md.
This commit is contained in:
parent
7612c646f3
commit
a6ae63226f
@ -17,7 +17,7 @@ An example using the model:
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
import mlx.core as mx
|
import mlx.core as mx
|
||||||
from music_gen import MusicGen
|
from musicgen 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")
|
||||||
|
Loading…
Reference in New Issue
Block a user