Legola commited on
Commit
7ab1142
·
1 Parent(s): 525fd00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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