ZeroCommand commited on
Commit
57ca4c8
·
1 Parent(s): 67f9d1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def inference(img):
28
  # draw_boxes(im, bounds)
29
  # im.save('result.jpg')
30
  # print(pd.DataFrame(bounds).iloc[: , 1:2].to_string)
31
- return [pd.DataFrame(bounds).iloc[: , 1:2].to_string(header=False, index=False)]
32
 
33
 
34
  # title = 'EasyOCR'
 
28
  # draw_boxes(im, bounds)
29
  # im.save('result.jpg')
30
  # print(pd.DataFrame(bounds).iloc[: , 1:2].to_string)
31
+ return pd.DataFrame(bounds).iloc[: , 1:2].to_string(header=False, index=False)
32
 
33
 
34
  # title = 'EasyOCR'