model2 commited on
Commit
7ade22f
·
1 Parent(s): 1b66097
Files changed (1) hide show
  1. app.py +10 -6
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** uses a sophisticated technique called "Vance Blurring" to anonymize images!
 
334
 
335
  **Features:**
336
- - **Replaces up to 100 faces** with the face of the ideal American male!
337
- - **Removes identifying metadata** (EXIF, IPTC, and XMP).
338
- - **Safe and secure:** All uploaded images are deleted after processing.
339
 
340
  **Disclaimer:**
341
- This is for entertainment only. Any resemblance to actual persons is purely coincidental, comedic,
342
- karmic, or parody.
 
 
 
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