Gosula commited on
Commit
589280a
1 Parent(s): 2715392

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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