Ahsen Khaliq commited on
Commit ·
40351ec
1
Parent(s): 18a3249
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def pixel(image):
|
|
| 17 |
return "pixel.png"
|
| 18 |
|
| 19 |
title = "Pyxelate"
|
| 20 |
-
description = "Gradio demo for Pyxelate: converts images to
|
| 21 |
article = "<p style='text-align: center'><a href='https://github.com/sedthh/pyxelate' target='_blank'>Github Repo</a></p>"
|
| 22 |
|
| 23 |
gr.Interface(
|
|
|
|
| 17 |
return "pixel.png"
|
| 18 |
|
| 19 |
title = "Pyxelate"
|
| 20 |
+
description = "Gradio demo for Pyxelate: converts images to 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(
|