Adapter commited on
Commit
acd4c08
·
1 Parent(s): de87d8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def run(*args):
116
  ims1 = []
117
  ims2 = []
118
  for idx, (b, im1, im2, cond_weight) in enumerate(zip(*inps)):
119
- if idx > 1:
120
  if b != 'Nothing' and (im1 is not None or im2 is not None):
121
  if im1 is not None:
122
  h, w, _ = im1.shape
 
116
  ims1 = []
117
  ims2 = []
118
  for idx, (b, im1, im2, cond_weight) in enumerate(zip(*inps)):
119
+ if idx > 0:
120
  if b != 'Nothing' and (im1 is not None or im2 is not None):
121
  if im1 is not None:
122
  h, w, _ = im1.shape