Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
satrio142 authored Dec 16, 2023
1 parent e3fc641 commit 3b35ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async def predict_image(img: UploadFile, response: Response):
img = load_img(file_like_object, target_size=(150, 150))

# Load the model
model = load_model('model.h5')
model = load_model('./machine-learning-model/model_mubazirver5.h5')

# Prepare the image for prediction
image = img_to_array(img)
Expand Down

0 comments on commit 3b35ae1

Please sign in to comment.