Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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):
|