Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ inputs = [
|
|
58 |
outputs = gr.outputs.Image(type="filepath", label="Output Image")
|
59 |
title = "Ultralytics YOLOv8: State-of-the-Art YOLO Models"
|
60 |
article = "<p style='text-align: center'><a href='http://claireye.com.tw'>Claireye</a> | 2023</p>"
|
61 |
-
examples = [['test1.jpg', 'aijack/v8m', 640, 0.25, 0.45], ['test2.
|
62 |
demo_app = gr.Interface(
|
63 |
fn=yolov8_go,
|
64 |
inputs=inputs,
|
|
|
58 |
outputs = gr.outputs.Image(type="filepath", label="Output Image")
|
59 |
title = "Ultralytics YOLOv8: State-of-the-Art YOLO Models"
|
60 |
article = "<p style='text-align: center'><a href='http://claireye.com.tw'>Claireye</a> | 2023</p>"
|
61 |
+
examples = [['test1.jpg', 'aijack/v8m', 640, 0.25, 0.45], ['test2.jpeg', 'aijack/v8x', 1280, 0.25, 0.45]]
|
62 |
demo_app = gr.Interface(
|
63 |
fn=yolov8_go,
|
64 |
inputs=inputs,
|