Spaces:
Build error
Build error
Nguyen Thai Thao Uyen
commited on
Commit
·
6e4ff97
1
Parent(s):
1f2fa62
Add application file
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ inputs = [
|
|
54 |
|
55 |
outputs = gr.Image(type="filepath", label="Output Image")
|
56 |
|
57 |
-
title = "YOLOv8
|
58 |
|
59 |
|
60 |
examples = [['one.jpg', 900, 0.5, 0.8],
|
|
|
54 |
|
55 |
outputs = gr.Image(type="filepath", label="Output Image")
|
56 |
|
57 |
+
title = "YOLOv8: Custom Object Detection"
|
58 |
|
59 |
|
60 |
examples = [['one.jpg', 900, 0.5, 0.8],
|