Spaces:
Runtime error
Runtime error
Commit
·
57ca4c8
1
Parent(s):
67f9d1d
Update app.py
Browse files
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
|
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'
|