Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
eyaler committed Mar 30, 2023
1 parent dcb3cf2 commit 37b24e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions toonify.ipynb
Expand Up @@ -493,8 +493,7 @@
"outputId": "be4fc5b4-2708-4afa-c6e7-29cf9c9ab444",
"colab": {
"base_uri": "https://localhost:8080/"
},
"cellView": "form"
}
},
"source": [
"#@title Get the image/video from the web\n",
Expand All @@ -503,7 +502,7 @@
"\n",
"foreground_url = 'https://storage.googleapis.com/startup-experts-directory/Eyal.Gruss.jpg' #@param {type:\"string\"}\n",
"\n",
"!pip install youtube_dl\n",
"!pip install -U git+https://github.com/ytdl-org/youtube-dl\n",
"import os\n",
"import youtube_dl\n",
"def is_supported(url):\n",
Expand Down

0 comments on commit 37b24e1

Please sign in to comment.