mp-02 commited on
Commit
4d31291
·
verified ·
1 Parent(s): 52f36f3

Update inference.py

Browse files
Files changed (1) hide show
  1. inference.py +1 -1
inference.py CHANGED
@@ -85,5 +85,5 @@ def prediction(image):
85
  draw.rectangle(box)
86
  draw.text((box[0]+10, box[1]-10), text=str(prediction)+ ", "+ str(confidence), font=font, fill="black", font_size="15")
87
 
88
- return image, d
89
 
 
85
  draw.rectangle(box)
86
  draw.text((box[0]+10, box[1]-10), text=str(prediction)+ ", "+ str(confidence), font=font, fill="black", font_size="15")
87
 
88
+ return d
89