Spaces:
Sleeping
Sleeping
Commit
·
58c4d85
1
Parent(s):
2b8759b
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def pixel(image,downsample,palette,depth,upscale):
|
|
| 16 |
io.imsave("pixel.png", new_image)
|
| 17 |
return "pixel.png"
|
| 18 |
|
| 19 |
-
title = "
|
| 20 |
description = ""
|
| 21 |
article = ""
|
| 22 |
|
|
@@ -31,6 +31,4 @@ gr.Interface(
|
|
| 31 |
article=article,
|
| 32 |
examples=[['mona.jpeg',14,7,1,14]],
|
| 33 |
css="footer {visibility: hidden}"
|
| 34 |
-
).launch(enable_queue=True)
|
| 35 |
-
|
| 36 |
-
css = "footer {visibility: hidden}"
|
|
|
|
| 16 |
io.imsave("pixel.png", new_image)
|
| 17 |
return "pixel.png"
|
| 18 |
|
| 19 |
+
title = ""
|
| 20 |
description = ""
|
| 21 |
article = ""
|
| 22 |
|
|
|
|
| 31 |
article=article,
|
| 32 |
examples=[['mona.jpeg',14,7,1,14]],
|
| 33 |
css="footer {visibility: hidden}"
|
| 34 |
+
).launch(enable_queue=True)
|
|
|
|
|
|