Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -706,8 +706,8 @@ with demo:
|
|
| 706 |
gr.Markdown("<hr />")
|
| 707 |
gr.Markdown("## Step 3: De-identify the document and the prompt")
|
| 708 |
gr.Markdown(
|
| 709 |
-
|
| 710 |
-
The same prompt will be used for both to allow for direct comparison.
|
| 711 |
)
|
| 712 |
"""
|
| 713 |
with gr.Row():
|
|
|
|
| 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():
|