debaleena82001 commited on
Commit
1b245f3
·
verified ·
1 Parent(s): 91cc172

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ interface = gr.Interface(
69
  ],
70
  outputs="image",
71
  title="Image Blur Effects: Gaussian Background Blur, Depth-Based Blur(Lens Blur)",
72
- description="Upload an image and apply Gaussian Background Blur or Depth-Based Blur(Lens Blur)",
73
  )
74
 
75
  # Launch the Gradio app
 
69
  ],
70
  outputs="image",
71
  title="Image Blur Effects: Gaussian Background Blur, Depth-Based Blur(Lens Blur)",
72
+ description="Upload a selfie (needs some background, not just the face!) and apply Gaussian Background Blur or Depth-Based Blur(Lens Blur)",
73
  )
74
 
75
  # Launch the Gradio app