Lasion commited on
Commit
b328445
·
1 Parent(s): a9d8847
Files changed (1) hide show
  1. app.py +1 -1
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(shape=[256,256], elem_id="output_image").style(width=256, height=256),
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()