Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanwayx committed Nov 23, 2023
1 parent 5b57880 commit b7196a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ prompt = "This is a new age piece. There is a flute playing the main melody with

music = model.generate(prompt)
sf.write(f"{prompt}.wav", audio, samplerate=16000)
IPython.display.Audio(data=audio, rate=16000)
IPython.display.Audio(data=music, rate=16000)
```

## Installation
Expand Down

0 comments on commit b7196a3

Please sign in to comment.