Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -126,8 +126,6 @@ def inference(inp_image):
|
|
126 |
width_ratio = org_image.shape[1] / 416
|
127 |
height_ratio = org_image.shape[0] / 416
|
128 |
|
129 |
-
|
130 |
-
|
131 |
plot_image(org_image, nms_boxes)
|
132 |
plotted_img = 'inference.png'
|
133 |
return plotted_img
|
|
|
126 |
width_ratio = org_image.shape[1] / 416
|
127 |
height_ratio = org_image.shape[0] / 416
|
128 |
|
|
|
|
|
129 |
plot_image(org_image, nms_boxes)
|
130 |
plotted_img = 'inference.png'
|
131 |
return plotted_img
|