Skip to content

Commit 79e411b

Browse files
authored
Thanks to Oncorporation ❤
1 parent 8085938 commit 79e411b

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

MusicGen_Oncorporation_colab.ipynb

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {
6+
"id": "view-in-github"
7+
},
8+
"source": [
9+
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/MusicGen-colab/blob/main/MusicGen_Oncorporation_colab.ipynb)"
10+
]
11+
},
12+
{
13+
"cell_type": "code",
14+
"execution_count": null,
15+
"metadata": {},
16+
"outputs": [],
17+
"source": [
18+
"%cd /content\n",
19+
"!git clone -b Oncorporation https://github.com/camenduru/audiocraft\n",
20+
"%cd /content/audiocraft\n",
21+
"!pip install -r requirements.txt\n",
22+
"!python app.py --share"
23+
]
24+
}
25+
],
26+
"metadata": {
27+
"accelerator": "GPU",
28+
"colab": {
29+
"gpuType": "T4",
30+
"provenance": []
31+
},
32+
"kernelspec": {
33+
"display_name": "Python 3",
34+
"name": "python3"
35+
},
36+
"language_info": {
37+
"name": "python"
38+
}
39+
},
40+
"nbformat": 4,
41+
"nbformat_minor": 0
42+
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
| --- | --- |
88
[![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
99
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/MusicGen-colab/blob/main/MusicGen_rkfg_colab.ipynb) | MusicGen_rkfg_colab (Thanks to @rkfghttps://github.com/rkfg/audiocraft/tree/long)
10+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/MusicGen-colab/blob/main/MusicGen_Oncorporation_colab.ipynb) | MusicGen_Oncorporation_colab (Thanks to @Oncorporationhttps://github.com/Oncorporation/audiocraft)
1011

1112
## Tutorial
1213
https://www.youtube.com/watch?v=EGfxuTy9Eeo

0 commit comments

Comments
 (0)