Adapter commited on
Commit
4cfe719
1 Parent(s): acd4c08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ def run(*args):
122
  h, w, _ = im1.shape
123
  else:
124
  h, w, _ = im2.shape
125
- break
126
  # resize all the images to the same size
127
  for idx, (b, im1, im2, cond_weight) in enumerate(zip(*inps)):
128
  if idx == 0:
 
122
  h, w, _ = im1.shape
123
  else:
124
  h, w, _ = im2.shape
125
+ # break
126
  # resize all the images to the same size
127
  for idx, (b, im1, im2, cond_weight) in enumerate(zip(*inps)):
128
  if idx == 0: