simran0608 commited on
Commit
3363738
·
verified ·
1 Parent(s): 1f9cc8d

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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(