Spaces:
Runtime error
Runtime error
Fatih
commited on
Commit
•
cd4ce5a
1
Parent(s):
4d06dc0
update label
Browse files
app.py
CHANGED
@@ -115,8 +115,8 @@ inputs = [
|
|
115 |
]
|
116 |
|
117 |
outputs = [
|
118 |
-
gr.outputs.Image(type="pil", label="
|
119 |
-
gr.outputs.Image(type="pil", label="
|
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"
|