diff --git a/Colab_demo.ipynb b/Colab_demo.ipynb
index ff73a88..eaae8d6 100644
--- a/Colab_demo.ipynb
+++ b/Colab_demo.ipynb
@@ -5,7 +5,7 @@
"colab": {
"name": "Untitled0.ipynb",
"provenance": [],
- "authorship_tag": "ABX9TyPY2zVgKwkQq2vLt4EVYmiC",
+ "authorship_tag": "ABX9TyPG71aIuYa9eAOjSiylJvyG",
"include_colab_link": true
},
"kernelspec": {
@@ -22,7 +22,7 @@
"colab_type": "text"
},
"source": [
- "
"
+ "
"
]
},
{
@@ -42,7 +42,7 @@
"id": "1wysVHxoN54f"
},
"source": [
- "!gdown --id 1c1R7iF-ypN6USo-D2YH_ORtaH3tukSlo\n",
+ "!gdown --id 1zYc3PEN4t6GOUoVYJjvcXoMmM3kFDNGS\n",
"!7z e RIFE_trained_model.zip"
],
"execution_count": null,
@@ -78,7 +78,7 @@
},
"source": [
"!nvidia-smi\n",
- "!python3 inference_mp4_4x.py --video demo.mp4 --montage --fps=60"
+ "!python3 inference_mp4_4x.py --video demo.mp4 --montage --fps=60 --skip"
],
"execution_count": null,
"outputs": []
@@ -100,7 +100,7 @@
"source": [
"from IPython.display import display, Image\n",
"import moviepy.editor as mpy\n",
- "display(mpy.ipython_display('demo_2x.mp4', height=256, max_duration=100.))"
+ "display(mpy.ipython_display('demo_4x.mp4', height=256, max_duration=100.))"
],
"execution_count": null,
"outputs": []