aminaB9 commited on
Commit
e9df6a7
Β·
1 Parent(s): bde97b1

Added image processing

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -288,7 +288,7 @@ with gr.Blocks() as demo:
288
 
289
 
290
  with gr.Row():
291
- gr.Markdown("""Facial embeddings are <span style='color:red; font-weight:bold'>INVERTIBLE</span> and lead to the <span style='color:red; font-weight:bold'>RECONSTRUCTION</span> of their raw facial images.""")
292
  with gr.Row():
293
  gr.Markdown("### Example:")
294
  with gr.Row():
@@ -300,7 +300,7 @@ with gr.Blocks() as demo:
300
  Reconstructed_image = gr.Image(label="Reconstructed")
301
  btn.click(fn=load_rec_image, outputs=Reconstructed_image)
302
  with gr.Row():
303
- gr.Markdown("""Facial embeddings protection is a <span style='color:red; font-weight:bold'>MUST!</span> At **Suraksh.AI**, we protect facial embeddings using FHE.""")
304
 
305
  with gr.Row():
306
  gr.Markdown("### Step 3: πŸ”’ Encrypt reference embedding using FHE.")
 
288
 
289
 
290
  with gr.Row():
291
+ gr.Markdown("""Facial embeddings are **INVERTIBLE** and lead to the **RECONSTRUCTION** of their raw facial images.""")
292
  with gr.Row():
293
  gr.Markdown("### Example:")
294
  with gr.Row():
 
300
  Reconstructed_image = gr.Image(label="Reconstructed")
301
  btn.click(fn=load_rec_image, outputs=Reconstructed_image)
302
  with gr.Row():
303
+ gr.Markdown("""Facial embeddings protection is a must! At **Suraksh.AI**, we protect facial embeddings using FHE.""")
304
 
305
  with gr.Row():
306
  gr.Markdown("### Step 3: πŸ”’ Encrypt reference embedding using FHE.")