Nguyen Thai Thao Uyen commited on
Commit
9170af9
·
1 Parent(s): 6e4ff97

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ inputs = [
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],
 
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],