yuragoithf commited on
Commit
57acbaf
·
verified ·
1 Parent(s): c09a348

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):