Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -691,7 +691,7 @@ with demo:
|
|
691 |
########################## FHE processing Part ##########################
|
692 |
|
693 |
gr.Markdown("<hr />")
|
694 |
-
gr.Markdown("## Step 3: De-identify the
|
695 |
gr.Markdown(
|
696 |
"""Once the client encrypts the document and the prompt locally, it will be sent to a remote
|
697 |
server to perform the de-identification on encrypted data. When the computation is done, the
|
@@ -702,7 +702,7 @@ with demo:
|
|
702 |
run_fhe_btn = gr.Button("De-identify using FHE")
|
703 |
|
704 |
with gr.Row():
|
705 |
-
with gr.Column(
|
706 |
|
707 |
anonymized_doc_output = gr.Textbox(
|
708 |
label="Decrypted and de-idenntified document", lines=10, interactive=True
|
|
|
691 |
########################## FHE processing Part ##########################
|
692 |
|
693 |
gr.Markdown("<hr />")
|
694 |
+
gr.Markdown("## Step 3: De-identify the prompt using FHE")
|
695 |
gr.Markdown(
|
696 |
"""Once the client encrypts the document and the prompt locally, it will be sent to a remote
|
697 |
server to perform the de-identification on encrypted data. When the computation is done, the
|
|
|
702 |
run_fhe_btn = gr.Button("De-identify using FHE")
|
703 |
|
704 |
with gr.Row():
|
705 |
+
with gr.Column(visible=False,):
|
706 |
|
707 |
anonymized_doc_output = gr.Textbox(
|
708 |
label="Decrypted and de-idenntified document", lines=10, interactive=True
|