diff --git "a/notebooks/test_model.ipynb" "b/notebooks/test_model.ipynb" --- "a/notebooks/test_model.ipynb" +++ "b/notebooks/test_model.ipynb" @@ -172,7 +172,7 @@ }, { "cell_type": "markdown", - "id": "15a39884", + "id": "b6434d3f", "metadata": {}, "source": [ "### Remix (style transfer)" @@ -180,7 +180,7 @@ }, { "cell_type": "markdown", - "id": "116bd8c3", + "id": "0da030b2", "metadata": {}, "source": [ "Alternatively, you can start from another audio altogether, resulting in a kind of style transfer." @@ -189,18 +189,129 @@ { "cell_type": "code", "execution_count": null, - "id": "c2a9c85c", + "id": "5a257e69", "metadata": { "scrolled": true }, - "outputs": [], + "outputs": [ + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "06e31541e8284faa9c71dafb5b686574", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + " 0%| | 0/500 [00:00\n", + " \n", + " Your browser does not support the audio element.\n", + " \n", + " " + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "\n", + " \n", + " " + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "b9e0e92b62404876b1600c7f01408503", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + " 0%| | 0/500 [00:00\n", + " \n", + " Your browser does not support the audio element.\n", + " \n", + " " + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/html": [ + "\n", + " \n", + " " + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "116c3bc7b4c2449fa220e93088a26d6f", + "version_major": 2, + "version_minor": 0 + }, + "text/plain": [ + " 0%| | 0/500 [00:00\n", + " \n", + " Your browser does not support the audio element.\n", + " \n", + " " + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "display(Audio(track, rate=sample_rate))" + ] + }, { "cell_type": "markdown", "id": "ef54cef3",