Dricz commited on
Commit
d550fff
1 Parent(s): c7bdf25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ inputs = [
55
 
56
 
57
  outputs = [gr.Image( type="filepath", label="Output Image"),
58
- gr.textbox()
59
  ]
60
 
61
  title = "YOLOv8 Custom Object Detection by Uyen Nguyen"
 
55
 
56
 
57
  outputs = [gr.Image( type="filepath", label="Output Image"),
58
+ gr.Textbox()
59
  ]
60
 
61
  title = "YOLOv8 Custom Object Detection by Uyen Nguyen"