Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -655,10 +655,10 @@ with demo:
|
|
| 655 |
""" gr.Markdown("<hr />")
|
| 656 |
gr.Markdown("## Step 3: De-identify the document and the prompt using FHE")
|
| 657 |
gr.Markdown(
|
| 658 |
-
|
| 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")
|
|
|
|
| 655 |
""" gr.Markdown("<hr />")
|
| 656 |
gr.Markdown("## Step 3: De-identify the document and the prompt using FHE")
|
| 657 |
gr.Markdown(
|
| 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")
|