Ver Fonte

Remove duplicated wget

This duplicated wget was causing a warning
when running the Colab notebook.
Alexandre Vicenzi há 6 anos atrás
pai
commit
f4b9fd02ba
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      ImageColorizerColab.ipynb

+ 1 - 1
ImageColorizerColab.ipynb

@@ -141,7 +141,7 @@
    "outputs": [],
    "source": [
     "!mkdir 'models'\n",
-    "!wget wget https://www.dropbox.com/s/zkehq1uwahhbc2o/ColorizeArtistic_gen.pth?dl=0 -O ./models/ColorizeArtistic_gen.pth"
+    "!wget https://www.dropbox.com/s/zkehq1uwahhbc2o/ColorizeArtistic_gen.pth?dl=0 -O ./models/ColorizeArtistic_gen.pth"
    ]
   },
   {