diff --git a/julia/examples/imagenet/ijulia-pretrained-predict/Prediction with Pre-trained Model.ipynb b/julia/examples/imagenet/ijulia-pretrained-predict/Prediction with Pre-trained Model.ipynb index 3ef8040c30f6..878a3851e77e 100644 --- a/julia/examples/imagenet/ijulia-pretrained-predict/Prediction with Pre-trained Model.ipynb +++ b/julia/examples/imagenet/ijulia-pretrained-predict/Prediction with Pre-trained Model.ipynb @@ -17,7 +17,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Let us first load and display the demo image (try to use other images you like). You will need to install `Images.jl` and `Colors.jl` to load the image." + "Let us first load and display the demo image (download it from [here](https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/doc/tutorials/python/predict_image/cat.jpg) or try to use other images you like). You will need to install `Images.jl` and `Colors.jl` to load the image." ] }, { @@ -46,7 +46,7 @@ ], "source": [ "using Images, Colors, ImageMagick\n", - "img = load(\"cat.png\")" + "img = load(\"cat.jpg\")" ] }, { diff --git a/julia/examples/imagenet/ijulia-pretrained-predict/cat.png b/julia/examples/imagenet/ijulia-pretrained-predict/cat.png deleted file mode 100644 index 5f681ec7e99c..000000000000 Binary files a/julia/examples/imagenet/ijulia-pretrained-predict/cat.png and /dev/null differ