An open API service indexing awesome lists of open source software.

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

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

Open In Colab

### 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"```

![Screenshot](screenshot.png)

Click on the URL, and enjoy!