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