Explorar o código

Merge pull request #137 from alexandrevicenzi/wget

Remove duplicated wget
Jason Antic %!s(int64=6) %!d(string=hai) anos
pai
achega
5d5a284c1a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"
    ]
   },
   {