Spaces:
Running
Running
Update app.py
Browse files
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 |
|