Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -117,10 +117,9 @@ with gr.Blocks(title="Interactive Blur Effects Demo") as demo:
|
|
117 |
gr.Markdown(
|
118 |
"""
|
119 |
# Interactive Blur Effects Demo
|
120 |
-
Upload an image and choose an
|
121 |
-
For **Gaussian Blur Background
|
122 |
-
|
123 |
-
For **Depth-based Lens Blur**, the blur strength slider sets the maximum blur intensity.
|
124 |
"""
|
125 |
)
|
126 |
|
|
|
117 |
gr.Markdown(
|
118 |
"""
|
119 |
# Interactive Blur Effects Demo
|
120 |
+
Upload an image and choose an effects .
|
121 |
+
For **Gaussian Blur Background** (using RMGB-2.0 model), adjust the mask sensitivity (controls segmentation threshold) and blur strength (controls Gaussian blur radius).
|
122 |
+
For **Depth-based Lens Blur** (using Depth-Anything-V2-Hf model), the blur strength slider sets the maximum blur intensity.
|
|
|
123 |
"""
|
124 |
)
|
125 |
|