changed model
Browse files- app.py +1 -1
- 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("
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb1a443930ca12dd53d86d79d2102a1d34bcf225ae7c2bceb3ba4cf4db6dc15c
|
3 |
+
size 85587336
|