Jrambo03 commited on
Commit
39aed51
·
verified ·
1 Parent(s): 4ac87ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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 effect below.
121
- For **Gaussian Blur Background**, adjust the mask sensitivity (controls segmentation threshold)
122
- and blur strength (controls Gaussian blur radius).
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