Spaces:
Build error
Build error
Nguyen Thai Thao Uyen
commited on
Commit
·
9170af9
1
Parent(s):
6e4ff97
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 by Uyen Nguyen"
|
58 |
|
59 |
|
60 |
examples = [['one.jpg', 900, 0.5, 0.8],
|