diff --git a/tutorials/09 - Image Captioning/README.md b/tutorials/09 - Image Captioning/README.md index 4d2b00d..8f3f9b3 100644 --- a/tutorials/09 - Image Captioning/README.md +++ b/tutorials/09 - Image Captioning/README.md @@ -43,4 +43,4 @@ $ python sample.py --image='path_for_image' ## Pretrained model -If you do not want to train the model yourself, you can use a pretrained model. I have provided the pretrained model as a zip file. You can download the file [here](https://www.dropbox.com/s/btubjo73dc953zo/trained_model.egg?dl=0) and extract it to `./models/` directory. +If you do not want to train the model yourself, you can use a pretrained model. I have provided the pretrained model as a zip file. You can download the file [here](https://www.dropbox.com/s/b7gyo15as6m6s7x/train_model.zip?dl=0) and extract it to `./models/` directory.