Update app.py
Browse files
app.py
CHANGED
@@ -88,8 +88,8 @@ iface = gr.Interface(
|
|
88 |
inputs=gr.Image(type="pil"),
|
89 |
outputs=[
|
90 |
gr.Image(label="Segmentation Mask"),
|
91 |
-
gr.Image(label="
|
92 |
-
gr.Image(label="Gaussian Blur
|
93 |
],
|
94 |
title="Segmentation and Depth-Based Image Processing",
|
95 |
description="Upload an image to get segmentation mask, depth-based blur effect, and Gaussian blur effect."
|
|
|
88 |
inputs=gr.Image(type="pil"),
|
89 |
outputs=[
|
90 |
gr.Image(label="Segmentation Mask"),
|
91 |
+
gr.Image(label="Lens Blur Effect"),
|
92 |
+
gr.Image(label="Gaussian Blur Effect")
|
93 |
],
|
94 |
title="Segmentation and Depth-Based Image Processing",
|
95 |
description="Upload an image to get segmentation mask, depth-based blur effect, and Gaussian blur effect."
|