Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -489,8 +489,8 @@ with demo:
|
|
| 489 |
|
| 490 |
gr.Markdown(
|
| 491 |
"""
|
| 492 |
-
<h1 style="text-align: center;">Encrypted de-identification Using Fully Homomorphic Encryption</h1>
|
| 493 |
-
<p align="center">
|
| 494 |
<a href="https://github.com/zama-ai/concrete-ml"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="file/images/logos/github.png">Concrete-ML</a>
|
| 495 |
—
|
| 496 |
<a href="https://docs.zama.ai/concrete-ml"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="file/images/logos/documentation.png">Documentation</a>
|
|
@@ -498,14 +498,14 @@ with demo:
|
|
| 498 |
<a href=" https://community.zama.ai/c/concrete-ml/8"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="file/images/logos/community.png">Community</a>
|
| 499 |
—
|
| 500 |
<a href="https://twitter.com/zama_fhe"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="file/images/logos/x.png">@zama_fhe</a>
|
| 501 |
-
</p>
|
| 502 |
"""
|
| 503 |
)
|
| 504 |
|
| 505 |
gr.Markdown(
|
| 506 |
"""
|
| 507 |
<p align="center" style="font-size: 16px;">
|
| 508 |
-
Anonymization makes it impossible to identify a person from a data set and thus allows their privacy to be respected
|
| 509 |
|
| 510 |
<p align="center" style="font-size: 16px;">
|
| 511 |
De-identification uses Fully Homomorphic Encryption (FHE) to conceal personally
|
|
|
|
| 489 |
|
| 490 |
gr.Markdown(
|
| 491 |
"""
|
| 492 |
+
<h1 style="text-align: center;">Encrypted de-identification Audio Files Using Fully Homomorphic Encryption</h1>
|
| 493 |
+
<!-- <p align="center">
|
| 494 |
<a href="https://github.com/zama-ai/concrete-ml"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="file/images/logos/github.png">Concrete-ML</a>
|
| 495 |
—
|
| 496 |
<a href="https://docs.zama.ai/concrete-ml"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="file/images/logos/documentation.png">Documentation</a>
|
|
|
|
| 498 |
<a href=" https://community.zama.ai/c/concrete-ml/8"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="file/images/logos/community.png">Community</a>
|
| 499 |
—
|
| 500 |
<a href="https://twitter.com/zama_fhe"> <img style="vertical-align: middle; display:inline-block; margin-right: 3px;" width=15 src="file/images/logos/x.png">@zama_fhe</a>
|
| 501 |
+
</p> -->
|
| 502 |
"""
|
| 503 |
)
|
| 504 |
|
| 505 |
gr.Markdown(
|
| 506 |
"""
|
| 507 |
<p align="center" style="font-size: 16px;">
|
| 508 |
+
Anonymization makes it impossible to identify a person from a data set and thus allows their privacy to be respected </p> Concealing some of PII information is a helpful technique for de-identification. However, this can't be considered as anonymization.
|
| 509 |
|
| 510 |
<p align="center" style="font-size: 16px;">
|
| 511 |
De-identification uses Fully Homomorphic Encryption (FHE) to conceal personally
|