Spaces:
Sleeping
Sleeping
nizarzerouale
commited on
Commit
•
559016e
1
Parent(s):
b93991e
Update app.py
Browse files
app.py
CHANGED
@@ -504,8 +504,9 @@ with demo:
|
|
504 |
|
505 |
gr.Markdown(
|
506 |
"""
|
507 |
-
<h1 style="text-align: center;">
|
508 |
-
<!--
|
|
|
509 |
<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>
|
510 |
—
|
511 |
<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>
|
@@ -513,21 +514,27 @@ with demo:
|
|
513 |
<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>
|
514 |
—
|
515 |
<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>
|
516 |
-
</p>
|
|
|
517 |
"""
|
518 |
)
|
519 |
-
|
520 |
gr.Markdown(
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
De-identification uses Fully Homomorphic Encryption (FHE) to conceal personally
|
526 |
-
identifiable information (PII) within encrypted documents, enabling computations to be
|
527 |
-
performed on the encrypted data.</p>
|
528 |
|
529 |
-
|
530 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
531 |
|
532 |
# Step 1: Add an audio file
|
533 |
gr.Markdown("## Step 1: Add an Audio File")
|
|
|
504 |
|
505 |
gr.Markdown(
|
506 |
"""
|
507 |
+
<h1 style="text-align: center;">Secure De-Identification of Audio Files</h1>
|
508 |
+
<!--
|
509 |
+
<p align="center">
|
510 |
<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>
|
511 |
—
|
512 |
<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>
|
|
|
514 |
<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>
|
515 |
—
|
516 |
<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>
|
517 |
+
</p>
|
518 |
+
-->
|
519 |
"""
|
520 |
)
|
521 |
+
|
522 |
gr.Markdown(
|
523 |
+
"""
|
524 |
+
<p align="center" style="font-size: 18px;">
|
525 |
+
Protecting personal data is more important than ever in today’s digital world. <b>Our project ensures privacy-preserving de-identification of audio data</b> using state-of-the-art <b>Fully Homomorphic Encryption (FHE)</b>, offering a secure and transparent solution for data anonymization.
|
526 |
+
</p>
|
|
|
|
|
|
|
527 |
|
528 |
+
<p align="center" style="font-size: 18px;">
|
529 |
+
Traditional methods of de-identification often fall short of true anonymization, merely concealing identifiable information. With FHE, we go beyond obfuscation to provide <b>complete security,</b> allowing computations to be performed directly on encrypted data without ever exposing sensitive details.
|
530 |
+
</p>
|
531 |
+
|
532 |
+
<p align="center" style="font-size: 18px;">
|
533 |
+
This technology is crucial in enabling organizations to use and share sensitive data responsibly, while fully respecting individual privacy.
|
534 |
+
</p>
|
535 |
+
"""
|
536 |
+
)
|
537 |
+
|
538 |
|
539 |
# Step 1: Add an audio file
|
540 |
gr.Markdown("## Step 1: Add an Audio File")
|