alvinc80 commited on
Commit
4b93b77
·
1 Parent(s): f90a8b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -12,7 +12,6 @@ def load_model(repo_id):
12
  detection_model = YOLO(path, task='detect')
13
  return detection_model
14
 
15
-
16
  def predict(pilimg):
17
 
18
  source = pilimg
 
12
  detection_model = YOLO(path, task='detect')
13
  return detection_model
14
 
 
15
  def predict(pilimg):
16
 
17
  source = pilimg