diff --git a/docs/notebooks/download-supervision-assets.ipynb b/docs/notebooks/download-supervision-assets.ipynb index 6489e7f1..f02abf06 100644 --- a/docs/notebooks/download-supervision-assets.ipynb +++ b/docs/notebooks/download-supervision-assets.ipynb @@ -17,7 +17,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 10, "metadata": { "vscode": { "languageId": "shellscript" @@ -53,35 +53,21 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "With this, we now have a high quality video asset for use in demos. Let's take a look at what we downloaded." + "With this, we now have a high quality video asset for use in demos. Let's take a look at what we downloaded. Keep in mind that the video preview below works only in the web version of the cookbooks and not in Google Colab.\n" ] }, { - "cell_type": "code", - "execution_count": 6, + "cell_type": "markdown", "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "" - ], - "text/plain": [ - "" - ] - }, - "execution_count": 6, - "metadata": {}, - "output_type": "execute_result" - } - ], "source": [ - "from IPython.display import Video\n", - "\n", - "# Display a video.\n", - "Video(\"subway.mp4\")" + "
\n", + " \n", + "
" ] }, {