vumichien commited on
Commit
c6c4821
·
1 Parent(s): cf47a97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ inputs = [
70
  outputs = gr.outputs.Image(type="filepath", label="Output Image")
71
  title = "State-of-the-Art YOLO Models for Object detection"
72
 
73
- # examples = [['demo_01.jpg', 'yolov8n', 640, 0.25, 0.45], ['demo_02.jpg', 'yolov8l', 640, 0.25, 0.45], ['demo_03.jpg', 'yolov8x', 1280, 0.25, 0.45]]
74
  demo_app = gr.Interface(
75
  fn=yolov8_inference,
76
  inputs=inputs,
 
70
  outputs = gr.outputs.Image(type="filepath", label="Output Image")
71
  title = "State-of-the-Art YOLO Models for Object detection"
72
 
73
+ examples = [['demo_01.jpg', 'yolov8n', 640, 0.25, 0.45], ['demo_02.jpg', 'yolov8l', 640, 0.25, 0.45], ['demo_03.jpg', 'yolov8x', 1280, 0.25, 0.45]]
74
  demo_app = gr.Interface(
75
  fn=yolov8_inference,
76
  inputs=inputs,