Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -93,6 +93,7 @@ def run(args):
|
|
93 |
conds = []
|
94 |
|
95 |
for b, t, im, s in zip(*inps):
|
|
|
96 |
if b == "Image":
|
97 |
this_cond = s*get_im_c(im, clip_model)
|
98 |
elif b == "Text/URL":
|
|
|
93 |
conds = []
|
94 |
|
95 |
for b, t, im, s in zip(*inps):
|
96 |
+
print(b, t, im, s)
|
97 |
if b == "Image":
|
98 |
this_cond = s*get_im_c(im, clip_model)
|
99 |
elif b == "Text/URL":
|