Omnibus commited on
Commit
fd5acb8
1 Parent(s): 6c656e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -148,8 +148,9 @@ def load_im(img):
148
  new_w=int(width/10)
149
  new_h=new_w
150
  for i in range(height):
 
151
  for b in range(width):
152
-
153
  # Setting the points for cropped image
154
  left = b
155
  top = i
 
148
  new_w=int(width/10)
149
  new_h=new_w
150
  for i in range(height):
151
+ print(i)
152
  for b in range(width):
153
+ print(b)
154
  # Setting the points for cropped image
155
  left = b
156
  top = i