Skip to content

Commit

Permalink
Update README.md (#1045)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
SeitaroSugawara and awni authored Oct 14, 2024
1 parent 7612c64 commit 1e0cda6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions musicgen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 1e0cda6

Please sign in to comment.