tomaseo2022 commited on
Commit
8ce02d1
1 Parent(s): 58c4d85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def pixel(image,downsample,palette,depth,upscale):
16
  io.imsave("pixel.png", new_image)
17
  return "pixel.png"
18
 
19
- title = ""
20
  description = ""
21
  article = ""
22
 
 
16
  io.imsave("pixel.png", new_image)
17
  return "pixel.png"
18
 
19
+ title = "Pixelar Imagen"
20
  description = ""
21
  article = ""
22