Skip to content

Commit

Permalink
model path changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Saifkhan-rkp authored Mar 11, 2024
1 parent dee3f50 commit fdd5b85
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 @@ -65,7 +65,7 @@ def main():

# print("\n\n\n",os.getcwd()+"/model_casia_run1.h5","\n\n\n\n\n\n")
# 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 fdd5b85

Please sign in to comment.