Skip to content

Commit 60bbd17

Browse files
authored
Update glaucoma_app.py
1 parent b94efe7 commit 60bbd17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: glaucoma_app.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def main():
309309

310310
image_tensor = prepare_image(preprocessed_image)
311311

312-
MODEL_PATH = r"C:\Users\skbis\Downloads\best_model.pth"
312+
MODEL_PATH = r"best_model.pth"
313313

314314
model = load_model(MODEL_PATH)
315315
prediction, probability = predict_image(model, image_tensor)
@@ -339,4 +339,4 @@ def main():
339339
st.info("Please upload a fundus image in the sidebar.")
340340

341341
if __name__ == "__main__":
342-
main()
342+
main()

0 commit comments

Comments
 (0)