Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -655,9 +655,9 @@ with demo:
|
|
655 |
gr.Markdown("<hr />")
|
656 |
gr.Markdown("## Step 3: De-identify the document and the prompt using FHE")
|
657 |
gr.Markdown(
|
658 |
-
Once the client encrypts the document and the prompt locally, it will be sent to a remote
|
659 |
server to perform the de-identification on encrypted data. When the computation is done, the
|
660 |
-
server will return the result to the client for decryption.
|
661 |
|
662 |
)
|
663 |
|
@@ -707,8 +707,8 @@ with demo:
|
|
707 |
gr.Markdown("<hr />")
|
708 |
gr.Markdown("## Step 3: De-identify the document and the prompt")
|
709 |
gr.Markdown(
|
710 |
-
This step will demonstrate de-identification using both FHE and Presidio methods.
|
711 |
-
The same prompt will be used for both to allow for direct comparison.
|
712 |
)
|
713 |
|
714 |
with gr.Row():
|
|
|
655 |
gr.Markdown("<hr />")
|
656 |
gr.Markdown("## Step 3: De-identify the document and the prompt using FHE")
|
657 |
gr.Markdown(
|
658 |
+
"""Once the client encrypts the document and the prompt locally, it will be sent to a remote
|
659 |
server to perform the de-identification on encrypted data. When the computation is done, the
|
660 |
+
server will return the result to the client for decryption."""
|
661 |
|
662 |
)
|
663 |
|
|
|
707 |
gr.Markdown("<hr />")
|
708 |
gr.Markdown("## Step 3: De-identify the document and the prompt")
|
709 |
gr.Markdown(
|
710 |
+
"""This step will demonstrate de-identification using both FHE and Presidio methods.
|
711 |
+
The same prompt will be used for both to allow for direct comparison."""
|
712 |
)
|
713 |
|
714 |
with gr.Row():
|