Spaces:
Sleeping
Sleeping
OthmaneLKH
commited on
Commit
•
e703f87
1
Parent(s):
f870022
Update app.py
Browse files
app.py
CHANGED
@@ -701,15 +701,15 @@ 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 |
-
|
707 |
gr.Markdown("## Step 3: De-identify the document and the prompt")
|
708 |
gr.Markdown(
|
709 |
"""This step will demonstrate de-identification using both FHE and Presidio methods.
|
710 |
The same prompt will be used for both to allow for direct comparison."""
|
711 |
)
|
712 |
-
|
713 |
with gr.Row():
|
714 |
with gr.Column(scale=1, min_width=6):
|
715 |
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")
|
708 |
gr.Markdown(
|
709 |
"""This step will demonstrate de-identification using both FHE and Presidio methods.
|
710 |
The same prompt will be used for both to allow for direct comparison."""
|
711 |
)
|
712 |
+
"""
|
713 |
with gr.Row():
|
714 |
with gr.Column(scale=1, min_width=6):
|
715 |
run_fhe_btn = gr.Button("De-identify using FHE")
|