Ahsen Khaliq
commited on
Commit
·
ec97849
1
Parent(s):
85f7abe
Update app.py
Browse files
app.py
CHANGED
@@ -16,9 +16,9 @@ def pixel(image):
|
|
16 |
io.imsave("pixel.png", new_image)
|
17 |
return "pixel.png"
|
18 |
|
19 |
-
title = "
|
20 |
-
description = "demo for
|
21 |
-
article = "<p style='text-align: center'><a href='https://
|
22 |
|
23 |
gr.Interface(
|
24 |
pixel,
|
|
|
16 |
io.imsave("pixel.png", new_image)
|
17 |
return "pixel.png"
|
18 |
|
19 |
+
title = "Pyxelate"
|
20 |
+
description = "Gradio demo for Pyxelate: converts images to 8-bit pixel art. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
21 |
+
article = "<p style='text-align: center'><a href='https://github.com/sedthh/pyxelate' target='_blank'>Github Repo</a></p>"
|
22 |
|
23 |
gr.Interface(
|
24 |
pixel,
|