changed model
Browse files- app.py +1 -1
- model_9.h5 → model.h5 +2 -2
app.py
CHANGED
@@ -4,7 +4,7 @@ from PIL import Image
|
|
4 |
import gradio as gr
|
5 |
|
6 |
# CNN+LSTM model loaded
|
7 |
-
model = tf.keras.models.load_model("
|
8 |
|
9 |
# Define the preprocessing function for the image
|
10 |
def preprocess_image(image):
|
|
|
4 |
import gradio as gr
|
5 |
|
6 |
# CNN+LSTM model loaded
|
7 |
+
model = tf.keras.models.load_model("model.h5")
|
8 |
|
9 |
# Define the preprocessing function for the image
|
10 |
def preprocess_image(image):
|
model_9.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
|