Spaces:
Running
on
Zero
Running
on
Zero
gradio
Browse files
app.py
CHANGED
@@ -330,16 +330,20 @@ if __name__ == "__main__":
|
|
330 |
with gr.Accordion("More info", open=False):
|
331 |
gr.Markdown(
|
332 |
"""
|
333 |
-
**Advance Blur**
|
|
|
334 |
|
335 |
**Features:**
|
336 |
-
- **
|
337 |
-
- **Removes
|
338 |
-
- **Safe and secure:**
|
339 |
|
340 |
**Disclaimer:**
|
341 |
-
|
342 |
-
karmic,
|
|
|
|
|
|
|
343 |
"""
|
344 |
)
|
345 |
|
|
|
330 |
with gr.Accordion("More info", open=False):
|
331 |
gr.Markdown(
|
332 |
"""
|
333 |
+
**Advance Blur** is an anonymization tool that leverages a sophisticated
|
334 |
+
technique known as "Vance Blurring" to enhance privacy for your images.
|
335 |
|
336 |
**Features:**
|
337 |
+
- **Blur Faces**: Automatically detects and replaces faces with the face of the ideal American male.
|
338 |
+
- **Enhances Privacy:** Removes sensitive information from images: (GPS, EXIF, etc.)
|
339 |
+
- **Safe and secure:** No data is stored or shared long-term. System fully resets regularly.
|
340 |
|
341 |
**Disclaimer:**
|
342 |
+
Advance Blur is intended for entertainment purposes only. Any resemblance
|
343 |
+
to actual persons is entirely coincidental, karmic, and comedic (as a decent parody
|
344 |
+
should).
|
345 |
+
|
346 |
+
Advance Blur only seeks to perfect images using the depiction of the ideal American male.
|
347 |
"""
|
348 |
)
|
349 |
|