Lokesh1024 commited on
Commit
743c05d
·
verified ·
1 Parent(s): 215e3fc

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -323,6 +323,6 @@ def get_caption_model():
323
  try:
324
  caption_model.load_weights('saved_models/image_captioning_coco_weights.h5')
325
  except FileNotFoundError:
326
- caption_model.load_weights('Image_Cap/saved_models/image_captioning_coco_weights.h5')
327
 
328
  return caption_model
 
323
  try:
324
  caption_model.load_weights('saved_models/image_captioning_coco_weights.h5')
325
  except FileNotFoundError:
326
+ print("Not Found")
327
 
328
  return caption_model