Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|