Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ inputs = [
|
|
| 44 |
]
|
| 45 |
|
| 46 |
outputs = gr.Image(type="filepath", label="Output Image")
|
| 47 |
-
title = "
|
| 48 |
|
| 49 |
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]]
|
| 50 |
demo_app = gr.Interface(
|
|
|
|
| 44 |
]
|
| 45 |
|
| 46 |
outputs = gr.Image(type="filepath", label="Output Image")
|
| 47 |
+
title = "CGIP Project: Object detection based on YOLO8 Model"
|
| 48 |
|
| 49 |
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]]
|
| 50 |
demo_app = gr.Interface(
|