annie08 commited on
Commit
2dba137
·
1 Parent(s): 1da5b9e

changed model

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. model_8.h5 → model.h5 +2 -2
app.py CHANGED
@@ -12,7 +12,7 @@ mobilenet_model = MobileNetV2(weights="imagenet", include_top=False, pooling='av
12
  mobilenet_model = Model(inputs=mobilenet_model.inputs, outputs=mobilenet_model.output)
13
 
14
  # Load the trained captioning model
15
- model = tf.keras.models.load_model("model_8.h5")
16
 
17
  # Load the tokenizer
18
  with open("tokenizer.pkl", "rb") as tokenizer_file:
 
12
  mobilenet_model = Model(inputs=mobilenet_model.inputs, outputs=mobilenet_model.output)
13
 
14
  # Load the trained captioning model
15
+ model = tf.keras.models.load_model("model.h5")
16
 
17
  # Load the tokenizer
18
  with open("tokenizer.pkl", "rb") as tokenizer_file:
model_8.h5 → model.h5 RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:afc434255e9a7312a1006c462644d495ecce9dce26c4defdd1600100401a812f
3
- size 16970992
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb1a443930ca12dd53d86d79d2102a1d34bcf225ae7c2bceb3ba4cf4db6dc15c
3
+ size 85587336