Fatih commited on
Commit
cd4ce5a
1 Parent(s): 4d06dc0

update label

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -115,8 +115,8 @@ inputs = [
115
  ]
116
 
117
  outputs = [
118
- gr.outputs.Image(type="pil", label="Standard YOLOv5s Inference"),
119
- gr.outputs.Image(type="pil", label="Sliced YOLOv5s Inference"),
120
  ]
121
 
122
  title = "Small Object Detection with SAHI + YOLOv5"
115
  ]
116
 
117
  outputs = [
118
+ gr.outputs.Image(type="pil", label="YOLOv5s"),
119
+ gr.outputs.Image(type="pil", label="YOLOv5s + SAHI"),
120
  ]
121
 
122
  title = "Small Object Detection with SAHI + YOLOv5"