SamDaLamb commited on
Commit
214d71d
·
verified ·
1 Parent(s): 09624f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -59,6 +59,7 @@ def detect_objects_in_image(image):
59
  else:
60
  raise TypeError(f"Expected a PIL Image but got ")
61
  print(type(image))
 
62
  exit()
63
 
64
  # Apply transformation
 
59
  else:
60
  raise TypeError(f"Expected a PIL Image but got ")
61
  print(type(image))
62
+ print(type(data))
63
  exit()
64
 
65
  # Apply transformation