amoghrrao commited on
Commit
3b58019
·
verified ·
1 Parent(s): 5676850

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -88,8 +88,10 @@ iface = gr.Interface(
88
  inputs=gr.Image(type="pil"),
89
  outputs=[
90
  gr.Image(label="Original Image"),
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 map, depth-based blur effect, and Gaussian blur effect."
 
88
  inputs=gr.Image(type="pil"),
89
  outputs=[
90
  gr.Image(label="Original Image"),
91
+ # gr.Image(label="Segmentation Mask"),
92
+ # gr.Image(label="Depth Map"),
93
+ gr.Image(label="Lens Blur Effects"),
94
+ gr.Image(label="Gaussian Blur Effects")
95
  ],
96
  title="Segmentation and Depth-Based Image Processing",
97
  description="Upload an image to get segmentation mask, depth map, depth-based blur effect, and Gaussian blur effect."