Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -708,7 +708,7 @@ with demo:
|
|
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 |
with gr.Row():
|
714 |
run_presidio_btn = gr.Button("De-identify using Presidio")
|
|
|
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 |
with gr.Row():
|
714 |
run_presidio_btn = gr.Button("De-identify using Presidio")
|