Spaces:
Build error
Build error
Update model.py
Browse files
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 |
-
|
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
|