Explorar el Código

Fixing syntax error

Jason Antic hace 6 años
padre
commit
cda4fdfd39
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      VideoColorizerColab.ipynb

+ 1 - 1
VideoColorizerColab.ipynb

@@ -285,7 +285,7 @@
    },
    "outputs": [],
    "source": [
-    "colorizer = get_video_colorizer(render_factor=render_factor, artistic=!stable)"
+    "colorizer = get_video_colorizer(render_factor=render_factor, artistic!=stable)"
    ]
   },
   {