Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -743,9 +743,10 @@ with demo:
|
|
743 |
)
|
744 |
|
745 |
|
|
|
746 |
########################## Presidio ##########################
|
747 |
gr.Markdown("<hr />")
|
748 |
-
gr.Markdown("## Step 3: De-identify the
|
749 |
gr.Markdown(
|
750 |
"""This step will demonstrate de-identification using both FHE and Presidio methods.
|
751 |
The same prompt will be used for both to allow for direct comparison.""")
|
|
|
743 |
)
|
744 |
|
745 |
|
746 |
+
|
747 |
########################## Presidio ##########################
|
748 |
gr.Markdown("<hr />")
|
749 |
+
gr.Markdown("## Step 3: De-identify the prompt using Presidio")
|
750 |
gr.Markdown(
|
751 |
"""This step will demonstrate de-identification using both FHE and Presidio methods.
|
752 |
The same prompt will be used for both to allow for direct comparison.""")
|