hardiksharma6555 commited on
Commit
13057a5
Β·
verified Β·
1 Parent(s): 0a020e2

Update app.py

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