Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|