Legola commited on
Commit
ef21c33
·
1 Parent(s): a1fc489

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ example_list = [["examples/" + example] for example in os.listdir("examples")]
99
 
100
 
101
  #Defining the predict function
102
- def style_transfer(cont_img:PIL.Image.Image,styl_img:PIL.Image.Image) -> PIL.Image.Image:
103
 
104
  #Start the timer
105
  start_time = time.time()
 
99
 
100
 
101
  #Defining the predict function
102
+ def style_transfer(cont_img:Image.Image,styl_img:Image.Image) -> Image.Image:
103
 
104
  #Start the timer
105
  start_time = time.time()