Lasion commited on
Commit
de8582c
·
1 Parent(s): b328445
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,7 +11,7 @@ model = YOLO("yolov8n-nckh2023.pt") # Select YOLO model
11
 
12
  gr.Interface(
13
  run,
14
- inputs=gr.inputs.Image(label="Upload hot dog candidate", type="filepath"),
15
- outputs=gr.outputs.Image(label="Your result"),
16
  title="Motorcyclist, helmet, and license plate detection",
17
  ).launch()
 
11
 
12
  gr.Interface(
13
  run,
14
+ inputs=gr.Image(label="Upload hot dog candidate", type="filepath"),
15
+ outputs=gr.Image(label="Your result"),
16
  title="Motorcyclist, helmet, and license plate detection",
17
  ).launch()