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 23, 2023
1 parent dd6902a commit 71b8099
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('model1.h5')
model = load_model('model.h5')

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

0 comments on commit 71b8099

Please sign in to comment.