Legola commited on
Commit
cfee608
·
1 Parent(s): 9f6a1fd

Update app.py

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