Dabs commited on
Commit
eb6d54d
1 Parent(s): 7c4b8dc
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,7 +28,7 @@ iface = gr.Interface(fsd,
28
  [gr.inputs.Slider(1, 10, 1),
29
  "image"],
30
  "pil",
31
- title="FloydSteinberg dithering",
32
- description="FloydSteinberg dithering algorithm")
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()