Update app.py
Browse files
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
|