Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -17,7 +17,7 @@ from ultralytics import YOLO
|
|
17 |
import cv2 as cv
|
18 |
import pandas as pd
|
19 |
|
20 |
-
model_path="best.pt"
|
21 |
|
22 |
# --- Page Configuration ---
|
23 |
st.set_page_config(
|
|
|
17 |
import cv2 as cv
|
18 |
import pandas as pd
|
19 |
|
20 |
+
model_path="src/best.pt"
|
21 |
|
22 |
# --- Page Configuration ---
|
23 |
st.set_page_config(
|