aje6 commited on
Commit
cee1c36
·
verified ·
1 Parent(s): f23dab3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -255,6 +255,7 @@ def predict(image):
255
  # return output # or post-process the results as needed
256
  results = model(image)
257
  print(type(results))
 
258
  annotated_img = results.plot()
259
  return annotated_img
260
 
 
255
  # return output # or post-process the results as needed
256
  results = model(image)
257
  print(type(results))
258
+ print(results)
259
  annotated_img = results.plot()
260
  return annotated_img
261