AhmedAdamu commited on
Commit
8403377
·
verified ·
1 Parent(s): 6849d8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ with gr.Blocks(title="SecureFace ID – Privacy-First Recognition") as demo:
161
  gr.Markdown("# SecureFace ID")
162
  gr.Markdown("**Every face is always blurred • Only authorized people are identified • Persistent tracking**")
163
 
164
- with gr.Tab("Live Privacy Mode"):
165
  gr.Markdown("### Real-time blurring + recognition")
166
  with gr.Row():
167
  inp_webcam = gr.Image(sources=["webcam"], streaming=True, label="Live Webcam", height=500)
 
161
  gr.Markdown("# SecureFace ID")
162
  gr.Markdown("**Every face is always blurred • Only authorized people are identified • Persistent tracking**")
163
 
164
+ with gr.Tab("Live Privacy Mode"):
165
  gr.Markdown("### Real-time blurring + recognition")
166
  with gr.Row():
167
  inp_webcam = gr.Image(sources=["webcam"], streaming=True, label="Live Webcam", height=500)