Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ def style_transfer(cont_img,styl_img):
|
|
96 |
#transform the input image
|
97 |
style_img = image_transform(styl_img)
|
98 |
content_img =image_transform(cont_img)
|
99 |
-
|
100 |
#getting input image
|
101 |
input_img = content_img.clone()
|
102 |
|
|
|
96 |
#transform the input image
|
97 |
style_img = image_transform(styl_img)
|
98 |
content_img =image_transform(cont_img)
|
99 |
+
print(styl_img, cont_img)
|
100 |
#getting input image
|
101 |
input_img = content_img.clone()
|
102 |
|