abhinavyadav11 commited on
Commit
483cb77
·
verified ·
1 Parent(s): 763c6b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ st.markdown('<div class="title">Blood Component Detection</div>', unsafe_allow_h
55
  st.markdown('<div class="subtitle">Detect and classify blood cells in uploaded images</div>', unsafe_allow_html=True)
56
 
57
  # Load the YOLO model
58
- model = YOLO('/Users/abhinavyadav/Downloads/final_best(blood_detection).pt')
59
 
60
  # Image uploader with custom style
61
  with st.container():
 
55
  st.markdown('<div class="subtitle">Detect and classify blood cells in uploaded images</div>', unsafe_allow_html=True)
56
 
57
  # Load the YOLO model
58
+ model = YOLO('Blood_Detection/blood_detection_model.pt')
59
 
60
  # Image uploader with custom style
61
  with st.container():