Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import numpy as np
|
|
| 3 |
from ultralytics import YOLO
|
| 4 |
import streamlit as st
|
| 5 |
|
| 6 |
-
model = YOLO('
|
| 7 |
img = st.file_uploader('Choose an Image')
|
| 8 |
|
| 9 |
if img is not None:
|
|
|
|
| 3 |
from ultralytics import YOLO
|
| 4 |
import streamlit as st
|
| 5 |
|
| 6 |
+
model = YOLO('VehicleDetection.pt')
|
| 7 |
img = st.file_uploader('Choose an Image')
|
| 8 |
|
| 9 |
if img is not None:
|