RivianG commited on
Commit
9612063
1 Parent(s): 014f3ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import os
9
  import streamlit as st
10
 
11
 
12
- model = torch.hub.load('/home/ai/Downloads/yolov5', 'custom', path='/home/ai/Desktop/Icevision/yoloocr_best.engine', source='local')
13
  model.cuda()
14
  model.conf = 0.5
15
  license = DetectLicensePlate()
 
9
  import streamlit as st
10
 
11
 
12
+ model = torch.hub.load('ultralytics/yolov5', 'custom', path='yoloocr_best.pt')
13
  model.cuda()
14
  model.conf = 0.5
15
  license = DetectLicensePlate()