Skip to content

Commit

Permalink
notebook: clarify the two song options
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Nov 9, 2024
1 parent bf5a7ee commit ccc956b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions notebook/yohane.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@
"source": [
"## Parameters\n",
"\n",
"The next cells will set the parameters for the yohane pipeline.\n"
"The next cells will set the parameters for the yohane pipeline.\n",
"\n",
"You can either upload your own song file (_Song Upload_ cell), or use yt-dlp below (_Song Download_ cell).\n"
]
},
{
Expand All @@ -91,7 +93,7 @@
},
"outputs": [],
"source": [
"# @title Song Upload\n",
"# @title Song (upload)\n",
"# @markdown Run this cell to **upload your song** using the form below.\n",
"#\n",
"# @markdown Accepted formats: audio or video files.\n",
Expand Down Expand Up @@ -128,7 +130,7 @@
},
"outputs": [],
"source": [
"# @title Song Download (yt-dlp)\n",
"# @title Song (yt-dlp)\n",
"# @markdown **Enter** the remote URL below, **then execute** this cell to download the song.\n",
"\n",
"!uv pip install -q --system yt-dlp[default]\n",
Expand Down

0 comments on commit ccc956b

Please sign in to comment.