Beasto commited on
Commit
a620eaa
·
verified ·
1 Parent(s): 5752493

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('NarutoHandSignDetector.pt')
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: