Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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)
|