Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def colorify(pixels):
|
|
16 |
gen_image = gen_model.predict(pixels)
|
17 |
gen_image = (gen_image + 1) / 1.5
|
18 |
|
19 |
-
return gen_image[0]
|
20 |
|
21 |
title = "Colorify"
|
22 |
description = "Recolor your images using this lite version of PIX2PIX GAN"
|
|
|
16 |
gen_image = gen_model.predict(pixels)
|
17 |
gen_image = (gen_image + 1) / 1.5
|
18 |
|
19 |
+
return gen_image[0]
|
20 |
|
21 |
title = "Colorify"
|
22 |
description = "Recolor your images using this lite version of PIX2PIX GAN"
|