Youssouf Traore commited on
Commit
ab0c243
·
1 Parent(s): bc32455

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -28,6 +28,8 @@ def infer(im):
28
  "rect": poly["dimensions"]
29
  })
30
 
 
 
31
  return blocks
32
 
33
 
 
28
  "rect": poly["dimensions"]
29
  })
30
 
31
+
32
+ print(blocks)
33
  return blocks
34
 
35