SANJAYV10 commited on
Commit
f7cdcd7
1 Parent(s): f3bcd82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import h5py
4
  import keras
5
 
6
  # Load the model from the HDF5 file
7
- model = keras.models.load_model("model_finetuned.h5")]
8
 
9
  # Define a function to preprocess the image
10
  def preprocess_image(image):
 
4
  import keras
5
 
6
  # Load the model from the HDF5 file
7
+ model = keras.models.load_model("model_finetuned.h5")
8
 
9
  # Define a function to preprocess the image
10
  def preprocess_image(image):