vishnun commited on
Commit
70ae600
1 Parent(s): fa5fc7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def colorify(pixels):
21
  return Image.fromarray((gen_image[0] * 255.0).astype(np.uint8))
22
 
23
  title = "Colorify"
24
- description = "Recolor your images using this lite version of PIX2PIX GAN , model is trained on 700 randomly collected images from the internet with 256*256 pixels"
25
  examples=[['example1.png'],['example2.jpg']]
26
  article = "<p style='text-align: center'>"
27
 
 
21
  return Image.fromarray((gen_image[0] * 255.0).astype(np.uint8))
22
 
23
  title = "Colorify"
24
+ description = "Recolor your images using this lite version of PIX2PIX GAN , model is trained on 700 randomly collected images from the internet with 256*256 pixels. Due to the above constraint please note that the resolution of your images will decrease"
25
  examples=[['example1.png'],['example2.jpg']]
26
  article = "<p style='text-align: center'>"
27