tomaseo2022 commited on
Commit
73b14c1
·
1 Parent(s): 2376fb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,11 +15,11 @@ def pixel(image,downsample,palette,depth,upscale):
15
  # save new image with 'skimage.io.imsave()'
16
  io.imsave("pixel.png", new_image)
17
  return "pixel.png"
18
-
19
  title = "Imagen a Pixel Art"
20
  description = ""
21
  article = ""
22
- css="footer {visibility: hidden}"
23
 
24
  gr.Interface(
25
  pixel,
 
15
  # save new image with 'skimage.io.imsave()'
16
  io.imsave("pixel.png", new_image)
17
  return "pixel.png"
18
+ css="footer {visibility: hidden}"
19
  title = "Imagen a Pixel Art"
20
  description = ""
21
  article = ""
22
+
23
 
24
  gr.Interface(
25
  pixel,