Dricz commited on
Commit
01c1334
·
verified ·
1 Parent(s): a3bbf3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ inputs = [
48
  ]
49
 
50
 
51
- outputs = gr.Image( type="filepath", label=" ")
52
 
53
  title = "YOLOv8 Custom Object Detection by Uyen Nguyen"
54
 
 
48
  ]
49
 
50
 
51
+ outputs = gr.Image( type="filepath", label="Output Image")
52
 
53
  title = "YOLOv8 Custom Object Detection by Uyen Nguyen"
54