Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ def run_style_transfer(cnn, normalization_mean, normalization_std,
|
|
95 |
|
96 |
|
97 |
#Defining the predict function
|
98 |
-
def style_transfer(cont_img,styl_img):
|
99 |
|
100 |
#Start the timer
|
101 |
start_time = time.time()
|
|
|
95 |
|
96 |
|
97 |
#Defining the predict function
|
98 |
+
def style_transfer(cont_img=Image(example_list[0]),styl_img=Image(example_list[1])):
|
99 |
|
100 |
#Start the timer
|
101 |
start_time = time.time()
|