HimankJ commited on
Commit
a4de4e1
1 Parent(s): d075b07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ def showStamp(path,bounding_boxes,output_path=None):
20
  else:
21
  return image
22
 
 
23
  def inference(input_img):
24
 
25
  input_img = Image.fromarray(input_img)
 
20
  else:
21
  return image
22
 
23
+ print('Going for inference')
24
  def inference(input_img):
25
 
26
  input_img = Image.fromarray(input_img)