Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,6 +64,11 @@ def pil2torch(img: Image.Image):
|
|
| 64 |
with gradio.Blocks() as demo:
|
| 65 |
gradio.Markdown("# <center> DeepPrivacy2 - Realistic Image Anonymization </center>")
|
| 66 |
gradio.Markdown("### <center> Håkon Hukkelås, Rudolf Mester, Frank Lindseth </center>")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
with gradio.Tab("Full-Body Anonymization"):
|
| 68 |
ExampleDemo(anonymizer_body, multi_modal_truncation=True)
|
| 69 |
with gradio.Tab("Face Anonymization"):
|
|
|
|
| 64 |
with gradio.Blocks() as demo:
|
| 65 |
gradio.Markdown("# <center> DeepPrivacy2 - Realistic Image Anonymization </center>")
|
| 66 |
gradio.Markdown("### <center> Håkon Hukkelås, Rudolf Mester, Frank Lindseth </center>")
|
| 67 |
+
gradio.Markdown("<center> DeepPrivacy2 is a toolbox for realistic anonymization of humans, including a face and a full-body anonymizer. </center>")
|
| 68 |
+
gradio.Markdown("<center> See more information at: <a href='https://github.com/hukkelas/deep_privacy2'> https://github.com/hukkelas/deep_privacy2 </a> </center>")
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
|
| 72 |
with gradio.Tab("Full-Body Anonymization"):
|
| 73 |
ExampleDemo(anonymizer_body, multi_modal_truncation=True)
|
| 74 |
with gradio.Tab("Face Anonymization"):
|