dc086989 commited on
Commit
51b0e83
·
verified ·
1 Parent(s): 16f1995

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def face_compare(frame1, frame2):
72
  return detections_table + matches_table
73
 
74
  def check_liveness(frame):
75
- url = "https://facelive.miniai.live/api/check_livenes"
76
  files = {'image': open(frame, 'rb')}
77
  r = requests.post(url=url, files=files)
78
 
 
72
  return detections_table + matches_table
73
 
74
  def check_liveness(frame):
75
+ url = "https://facelive.miniai.live/api/check_liveness"
76
  files = {'image': open(frame, 'rb')}
77
  r = requests.post(url=url, files=files)
78