matthewfarant
commited on
Commit
•
79a21da
1
Parent(s):
299f786
Update app.py
Browse files
app.py
CHANGED
@@ -167,8 +167,19 @@ iface = gr.Interface(
|
|
167 |
gr.File(file_types=["image"], file_count="multiple")
|
168 |
],
|
169 |
outputs=gr.Image(),
|
170 |
-
title="
|
171 |
-
description="
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
172 |
)
|
173 |
|
174 |
if __name__ == "__main__":
|
|
|
167 |
gr.File(file_types=["image"], file_count="multiple")
|
168 |
],
|
169 |
outputs=gr.Image(),
|
170 |
+
title="HideMe: MTCNN and VGGFace2-Powered Facial Anonymization in Shared Imagery",
|
171 |
+
description="Secure Your Anonymity with Ease! Built for TSDN 2023, this tool offers smart, automated facial blurring for immediate privacy in shared images.",
|
172 |
+
article =
|
173 |
+
"""
|
174 |
+
**Step 1**: Upload Self Photos for Reference <br>
|
175 |
+
Provide clear, front-facing selfies as reference images — the more, the better. Including photos from different angles improves accuracy.
|
176 |
+
<br>
|
177 |
+
**Step 2**: Add a Group Photo <br>
|
178 |
+
Upload the group photo where you wish to anonymize your face.
|
179 |
+
<br>
|
180 |
+
**Step 3**: Receive Your Anonymized Image <br>
|
181 |
+
Our system will process the images and return the group photo with your face skillfully blurred, ensuring your privacy is maintained.
|
182 |
+
"""
|
183 |
)
|
184 |
|
185 |
if __name__ == "__main__":
|