Sa-m commited on
Commit
44f4450
·
1 Parent(s): 6211185

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def find(name, path):
18
  if name in files:
19
  return os.path.join(root, name)
20
 
21
- model = torch.hub.load('ultralytics/yolov5', 'custom', path='/Content/best.pt', force_reload=True)
22
  def detect(inp):
23
  output=model(inp)
24
  #outPath=
 
18
  if name in files:
19
  return os.path.join(root, name)
20
 
21
+ model = torch.hub.load('ultralytics/yolov5', 'custom', path='Content/best.pt', force_reload=True)
22
  def detect(inp):
23
  output=model(inp)
24
  #outPath=