Sa-m commited on
Commit
3a05e49
1 Parent(s): e35b449

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ def load_model():
13
  '''
14
  model = torch.hub.load('ultralytics/yolov5', 'custom', path='Content/best.pt')
15
  model.conf = 0.38
16
- model.dnn=True
17
- model.line_thickness=16
18
  return model
19
 
20
  model=load_model()
13
  '''
14
  model = torch.hub.load('ultralytics/yolov5', 'custom', path='Content/best.pt')
15
  model.conf = 0.38
16
+ model.dnn=False
17
+ model.line_thickness=160
18
  return model
19
 
20
  model=load_model()