Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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,
|