annie08 commited on
Commit
7c8ef8f
·
1 Parent(s): d10e834

changed model

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. 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("model_9.h5")
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:9f851e1217ac2ccfe1166ff5848da48905b98c1883076d63a6b5d00871d4c49e
3
- size 16970992
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb1a443930ca12dd53d86d79d2102a1d34bcf225ae7c2bceb3ba4cf4db6dc15c
3
+ size 85587336