vishnun commited on
Commit
0de02d5
1 Parent(s): 1adaec6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def colorify(pixels):
20
  return Image.fromarray((gen_image[0] * 255.0).astype(np.uint8))
21
 
22
  title = "Colorify"
23
- description = "Recolor your images using this lite version of PIX2PIX GAN"
24
  examples=[['example1.png'],['example2.jpg']]
25
  article = "<p style='text-align: center'>"
26
 
 
20
  return Image.fromarray((gen_image[0] * 255.0).astype(np.uint8))
21
 
22
  title = "Colorify"
23
+ 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"
24
  examples=[['example1.png'],['example2.jpg']]
25
  article = "<p style='text-align: center'>"
26