https://github.com/leandroberlin/musicgen-gradio-demo
A jupyter notebook demo for MusicGen, a simple and controllable model for music generation
https://github.com/leandroberlin/musicgen-gradio-demo
Last synced: 3 months ago
JSON representation
A jupyter notebook demo for MusicGen, a simple and controllable model for music generation
- Host: GitHub
- URL: https://github.com/leandroberlin/musicgen-gradio-demo
- Owner: LeandroBerlin
- Created: 2023-12-21T10:29:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-21T12:35:35.000Z (over 1 year ago)
- Last Synced: 2025-01-19T10:08:55.318Z (5 months ago)
- Language: Jupyter Notebook
- Size: 290 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MusicGen-Gradio-Demo
A jupyter notebook demo for MusicGen, a simple and controllable model for music generation## How to start making AI music with MusicGen & Gradio on Google Colab
- Open the Jupyter notebook in Google Colab, you can use this button
### Fast way
- In Colab menu choose "Runtime > Run all"### Step-by-step
- Execute the first cell to install [Audiocraft](https://github.com/facebookresearch/audiocraft), this will take some time
- Execute the second cell will run the MusicGen app with Gradio in the cloud### Access the gui
When MusicGen is deployed in the cloud you will see a message in the console:
```"Running on public URL: in the link with a *.gradio.live url"```
Click on the URL, and enjoy!