tomaseo2022 commited on
Commit
3e99869
1 Parent(s): a97d770

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -16,9 +16,9 @@ def pixel(image,downsample,palette,depth,upscale):
16
  io.imsave("pixel.png", new_image)
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(
24
  pixel,
 
16
  io.imsave("pixel.png", new_image)
17
  return "pixel.png"
18
 
19
+ title = "Imagen a Pixel Art"
20
+ description = ""
21
+ article = ""
22
 
23
  gr.Interface(
24
  pixel,