Spaces:
Runtime error
Runtime error
name
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ iface = gr.Interface(fsd,
|
|
28 |
[gr.inputs.Slider(1, 10, 1),
|
29 |
"image"],
|
30 |
"pil",
|
31 |
-
title="Floyd
|
32 |
-
description="Floyd
|
33 |
|
34 |
iface.launch()
|
|
|
28 |
[gr.inputs.Slider(1, 10, 1),
|
29 |
"image"],
|
30 |
"pil",
|
31 |
+
title="Floyd Steinberg dithering",
|
32 |
+
description="Floyd Steinberg dithering algorithm")
|
33 |
|
34 |
iface.launch()
|