amoghrrao commited on
Commit
47eddf9
·
verified ·
1 Parent(s): ea6911b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,8 +91,8 @@ iface = gr.Interface(
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."
96
  )
97
 
98
  if __name__ == "__main__":
 
91
  gr.Image(label="Lens Blur Effect"),
92
  gr.Image(label="Gaussian Blur Effect")
93
  ],
94
+ title="Segmentation and Image Effect Processing",
95
+ description="Upload an image to get segmentation mask, lens blur effect, and Gaussian blur effect."
96
  )
97
 
98
  if __name__ == "__main__":