Update
Browse files
app.py
CHANGED
@@ -12,6 +12,6 @@ model = YOLO("yolov8n-nckh2023.pt") # Select YOLO model
|
|
12 |
gr.Interface(
|
13 |
run,
|
14 |
inputs=gr.inputs.Image(label="Upload hot dog candidate", type="filepath"),
|
15 |
-
outputs=gr.Image(
|
16 |
title="Motorcyclist, helmet, and license plate detection",
|
17 |
).launch()
|
|
|
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()
|