Skip to content

Commit

Permalink
new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
camenduru committed Jun 11, 2023
1 parent 21460c9 commit b210cd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions MusicGen_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"outputs": [],
"source": [
"%cd /content\n",
"!git clone -b dev https://github.com/camenduru/MusicGen-hf\n",
"%cd /content/MusicGen-hf\n",
"!git clone -b dev https://github.com/camenduru/audiocraft\n",
"%cd /content/audiocraft\n",
"!pip install -r requirements.txt\n",
"!python app.py"
"!python app.py --share"
]
}
],
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/MusicGen-colab/blob/main/MusicGen_colab.ipynb) | MusicGen_colab

## Main Repo
https://github.com/facebookresearch/audiocraft <br />
https://huggingface.co/spaces/facebook/MusicGen/tree/main
https://github.com/facebookresearch/audiocraft

## Page
https://ai.honu.io/papers/musicgen/
Expand Down

0 comments on commit b210cd9

Please sign in to comment.