Spaces:
Running
Running
Commit
·
8ce02d1
1
Parent(s):
58c4d85
Update app.py
Browse files
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 |
|