Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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('
|
| 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_model.pt')
|
| 59 |
|
| 60 |
# Image uploader with custom style
|
| 61 |
with st.container():
|