Update
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ model = YOLO("yolov8n-nckh2023.pt") # Select YOLO model
|
|
11 |
|
12 |
gr.Interface(
|
13 |
run,
|
14 |
-
inputs=gr.
|
15 |
-
outputs=gr.
|
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()
|