mamechin commited on
Commit
0de94bc
1 Parent(s): b30795f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from ultralytics import YOLO
3
  # import torch
4
  model = YOLO('best.pt')
5
 
6
- predict(input_image):
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
  """