Spaces:
Running
on
A10G
Running
on
A10G
File size: 2,685 Bytes
3856316 21ab901 3856316 21ab901 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": [],
"machine_shape": "hm",
"gpuType": "A100",
"authorship_tag": "ABX9TyMm+2HEY3Dh8UBT+NJ/CIoa",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
},
"accelerator": "GPU"
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/nateraw/singing-songstarter/blob/main/singing_songstarter_demo.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "markdown",
"source": [
"# Singing Songstarter Demo\n",
"\n",
"This is a demo of using [`musicgen-songstarter-v0.2`](https://hf.co/nateraw/musicgen-songstarter-v0.2), a large stereo musicgen trained to be useful for music producers, for the task of voice-to-music.\n",
"\n",
"**Hum an idea, get a music sample!** 🚀\n",
"\n",
"### Usage\n",
"\n",
"1. Run the cell below.\n",
"\n",
"2. You can ignore \"restart this runtime\" message when it pops up\n",
"3. Click the public share link. Should look like: `\"Running on public URL: https://<your-link-here>\"`\n",
"4. Enjoy 🔥\n",
"\n",
"\n",
"### If you think this notebook is cool, consider supporting me by:\n",
" - giving [the model](https://hf.co/nateraw/musicgen-songstarter-v0.2) a heart on Hugging Face ❤️\n",
" - following me on [GitHub](https://github.com/nateraw) 👨💻\n",
" - following me on [X/twitter](https://twitter.com/_nateraw) X\n",
" - giving [the demo repo](https://github.com/nateraw/singing-songstarter) a star ⭐️\n",
"\n",
"If you have any questions/concerns about this demo, please [file an issue on GitHub](https://github.com/nateraw/singing-songstarter)."
],
"metadata": {
"id": "hBsE8AuVsgG8"
}
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "-fw0bpXysAUG"
},
"outputs": [],
"source": [
"%cd /content\n",
"! git clone https://github.com/nateraw/singing-songstarter\n",
"%cd /content/singing-songstarter\n",
"! pip install -r requirements.txt\n",
"! python app.py --share --debug"
]
}
]
}
|