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

changed model

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. model_9.h5 → model_8.h5 +1 -1
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_9.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_8.h5")
16
 
17
  # Load the tokenizer
18
  with open("tokenizer.pkl", "rb") as tokenizer_file:
model_9.h5 → model_8.h5 RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f851e1217ac2ccfe1166ff5848da48905b98c1883076d63a6b5d00871d4c49e
3
  size 16970992
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afc434255e9a7312a1006c462644d495ecce9dce26c4defdd1600100401a812f
3
  size 16970992