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