mamechin
commited on
Commit
·
0de94bc
1
Parent(s):
b30795f
v9
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from ultralytics import YOLO
|
|
3 |
# import torch
|
4 |
model = YOLO('best.pt')
|
5 |
|
6 |
-
|
7 |
"""
|
8 |
Predict model output
|
9 |
"""
|
|
|
3 |
# import torch
|
4 |
model = YOLO('best.pt')
|
5 |
|
6 |
+
def predict(input_image):
|
7 |
"""
|
8 |
Predict model output
|
9 |
"""
|