Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def download_model():
|
|
33 |
download_model()
|
34 |
|
35 |
# Load the model
|
36 |
-
model = keras.saving.load_model("modelV2Lmixed.keras")
|
37 |
|
38 |
# Perform image classification for single class output
|
39 |
# def predict_class(image):
|
|
|
33 |
download_model()
|
34 |
|
35 |
# Load the model
|
36 |
+
model = keras.saving.load_model("/home/user/app/modelV2Lmixed.keras")
|
37 |
|
38 |
# Perform image classification for single class output
|
39 |
# def predict_class(image):
|