tpatel53 commited on
Commit
c8752a1
·
verified ·
1 Parent(s): 6ed4773

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -111,8 +111,8 @@ interface = gr.Interface(
111
  title="Semantic Segmentation and Dual Blur Effects",
112
  description="Upload an image to generate a segmentation mask, depth map, Gaussian blurred background, and lens blurred background effect.",
113
  examples=[
114
- ["Selfie_1.jpg"],
115
- ["Selfie_2.jpg"]
116
  ]
117
  )
118
 
 
111
  title="Semantic Segmentation and Dual Blur Effects",
112
  description="Upload an image to generate a segmentation mask, depth map, Gaussian blurred background, and lens blurred background effect.",
113
  examples=[
114
+ ["examples/Selfie_1.jpg"],
115
+ ["examples/Selfie_2.jpg"]
116
  ]
117
  )
118