Ahsen Khaliq commited on
Commit
ec97849
1 Parent(s): 85f7abe

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):
16
  io.imsave("pixel.png", new_image)
17
  return "pixel.png"
18
 
19
- title = "Anime2Sketch"
20
- description = "demo for Anime2Sketch. 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://arxiv.org/abs/2104.05703'>Adversarial Open Domain Adaption for Sketch-to-Photo Synthesis</a> | <a href='https://github.com/Mukosame/Anime2Sketch'>Github Repo</a></p>"
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,