OthmaneLKH commited on
Commit
44851b8
1 Parent(s): 668686c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- """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")
 
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")