Legola commited on
Commit
464d185
·
1 Parent(s): 941730d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -92,9 +92,9 @@ def style_transfer(cont_img,styl_img):
92
  #Start the timer
93
  start_time = time.time()
94
 
95
- #Opening the image
96
- cont_img= Image.open(cont_img)
97
- styl_img=Image.open(styl_img)
98
 
99
 
100
  #transform the input image
 
92
  #Start the timer
93
  start_time = time.time()
94
 
95
+ # #Opening the image
96
+ # cont_img= Image.open(cont_img)
97
+ # styl_img=Image.open(styl_img)
98
 
99
 
100
  #transform the input image