Skip to content

Commit

Permalink
model path edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Saifkhan-rkp committed Mar 10, 2024
1 parent 931de90 commit f30e514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FRONTEND.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def main():
uploaded_image.save(temp_path)

# Load the pre-trained model
model = load_model("model_casia_run1.h5")
model = load_model(r"./model_casia_run1.h5")

# Prepare and predict on the image
image = prepare_image(temp_path)
Expand Down

0 comments on commit f30e514

Please sign in to comment.