Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -371,7 +371,6 @@ else:
|
|
| 371 |
gr.Markdown(label="Final eKYC Report")
|
| 372 |
],
|
| 373 |
title="Deepfake-Proof eKYC System (Unified Analysis)",
|
| 374 |
-
description="Performs two-step conditional verification: Step 1: Identity Match. Step 2 (if Match): Forgery/Liveness Check on both images. Includes automatic model download and is DLIB-free.",
|
| 375 |
-
)
|
| 376 |
|
| 377 |
iface.launch(debug=False)
|
|
|
|
| 371 |
gr.Markdown(label="Final eKYC Report")
|
| 372 |
],
|
| 373 |
title="Deepfake-Proof eKYC System (Unified Analysis)",
|
| 374 |
+
description="Performs two-step conditional verification: Step 1: Identity Match. Step 2 (if Match): Forgery/Liveness Check on both images. Includes automatic model download and is DLIB-free.",)
|
|
|
|
| 375 |
|
| 376 |
iface.launch(debug=False)
|