Spaces:
Sleeping
Sleeping
OthmaneLKH
commited on
Commit
•
363bb6a
1
Parent(s):
089ce3b
Update app.py
Browse files
app.py
CHANGED
@@ -658,7 +658,7 @@ with demo:
|
|
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 |
|
664 |
run_fhe_btn = gr.Button("De-identify using FHE")
|
@@ -701,7 +701,7 @@ with demo:
|
|
701 |
inputs=[original_sentences_box, query_box],
|
702 |
outputs=[anonymized_doc_output, anonymized_query_output, identified_words_output_df],
|
703 |
)
|
704 |
-
|
705 |
########################## Presidio ##########################
|
706 |
gr.Markdown("<hr />")
|
707 |
gr.Markdown("## Step 3: De-identify the document and the prompt")
|
|
|
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 |
|
664 |
run_fhe_btn = gr.Button("De-identify using FHE")
|
|
|
701 |
inputs=[original_sentences_box, query_box],
|
702 |
outputs=[anonymized_doc_output, anonymized_query_output, identified_words_output_df],
|
703 |
)
|
704 |
+
"""
|
705 |
########################## Presidio ##########################
|
706 |
gr.Markdown("<hr />")
|
707 |
gr.Markdown("## Step 3: De-identify the document and the prompt")
|