Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ description = (
|
|
186 |
iface = gr.Interface(
|
187 |
fn=apply_blur_effect,
|
188 |
inputs=[gr.Image(type="pil", label="Input Image"), gr.Slider(minimum=0, maximum=40, step=1, value=33, label="Middleground"), gr.Slider(minimum=40, maximum=99, step=1, value=66, label="Background")],
|
189 |
-
outputs=[gr.Image(type="pil", label="Bokeh Image", gr.Image(type="pil", label="Lens Blur Image")],
|
190 |
title=title,
|
191 |
description=description,
|
192 |
allow_flagging="never"
|
|
|
186 |
iface = gr.Interface(
|
187 |
fn=apply_blur_effect,
|
188 |
inputs=[gr.Image(type="pil", label="Input Image"), gr.Slider(minimum=0, maximum=40, step=1, value=33, label="Middleground"), gr.Slider(minimum=40, maximum=99, step=1, value=66, label="Background")],
|
189 |
+
outputs=[gr.Image(type="pil", label="Bokeh Image"), gr.Image(type="pil", label="Lens Blur Image")],
|
190 |
title=title,
|
191 |
description=description,
|
192 |
allow_flagging="never"
|