HugMoE commited on
Commit
8d92731
1 Parent(s): 692fd2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -35,6 +35,7 @@ def predict(image, threshold=0.25, model_id=None):
35
  output_image = Image.fromarray(numpy_image)
36
  predictions = results.pred[0]
37
  print(predictions[:, :4])
 
38
  return output_image
39
 
40
 
 
35
  output_image = Image.fromarray(numpy_image)
36
  predictions = results.pred[0]
37
  print(predictions[:, :4])
38
+ print(predictions)
39
  return output_image
40
 
41