Inderdev07 commited on
Commit
56b3645
·
1 Parent(s): e21a70e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ if img_file_buffer is not None:
64
  cv2.putText(image, name, (x1 + 6, y2 - 6), cv2.FONT_HERSHEY_COMPLEX, 1, (255, 255, 255), 2)
65
 
66
  if name != "Unknown":
67
- url = "https://attendanceviaface.000webhostapp.com"
68
  url1 = "/update.php"
69
  data1 = {'name': name}
70
  response = requests.post(url + url1, data=data1)
 
64
  cv2.putText(image, name, (x1 + 6, y2 - 6), cv2.FONT_HERSHEY_COMPLEX, 1, (255, 255, 255), 2)
65
 
66
  if name != "Unknown":
67
+ url = "https://inderfaceproject.000webhostapp.com"
68
  url1 = "/update.php"
69
  data1 = {'name': name}
70
  response = requests.post(url + url1, data=data1)