Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,11 @@ article = ""
|
|
29 |
|
30 |
gr.Interface(
|
31 |
pixel,
|
32 |
-
[gr.Image(label="Input"
|
|
|
|
|
|
|
|
|
33 |
],
|
34 |
gr.Image(label="Output"),
|
35 |
title=title,
|
|
|
29 |
|
30 |
gr.Interface(
|
31 |
pixel,
|
32 |
+
[gr.Image(label="Input"),
|
33 |
+
gr.Number(default=4, label="downsample by"),
|
34 |
+
gr.Number(default=7, label="palette"),
|
35 |
+
gr.Number(default=1, label="depth"),
|
36 |
+
gr.Number(default=14, label="upscale")
|
37 |
],
|
38 |
gr.Image(label="Output"),
|
39 |
title=title,
|