|
@@ -19,7 +19,7 @@
|
|
|
"source": [
|
|
|
"#◢ <font color='#FF000'>[ </font> DeOldify-video\n",
|
|
|
"\n",
|
|
|
- "##This colbab notebook colorizes video in four steps\n",
|
|
|
+ "##This Colab notebook colorizes video in four steps\n",
|
|
|
"1. Upload source media or specify media URL - YouTube, Twitter, MySpace, etc.\n",
|
|
|
"2. Extract single images from media\n",
|
|
|
"3. Process images with [DeOldify](https://github.com/jantic/DeOldify) \n",
|
|
@@ -91,7 +91,7 @@
|
|
|
"source": [
|
|
|
"!git clone -b FastAIv1 --single-branch https://github.com/jantic/DeOldify.git DeOldify\n",
|
|
|
"#!git clone https://github.com/jantic/DeOldify.git DeOldify\n",
|
|
|
- "!cd DeOldify"
|
|
|
+ "cd DeOldify"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -174,7 +174,7 @@
|
|
|
},
|
|
|
"outputs": [],
|
|
|
"source": [
|
|
|
- "!wget https://www.dropbox.com/s/1ReNu8QCgi4vfyDovgYGMs7tlUGrnz72V/colorize_gen.pth -O ./models/colorize_gen.pth"
|
|
|
+ "!wget https://www.dropbox.com/s/3e4dqky91h824ik/colorize_gen.pth -O ./models/colorize_gen.pth"
|
|
|
]
|
|
|
},
|
|
|
{
|