Spaces:
Sleeping
Sleeping
Commit
·
bf7b46c
1
Parent(s):
968b14f
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ if img_file_buffer is not None:
|
|
71 |
cv2.putText(image,name,(x1+6,y2-6),cv2.FONT_HERSHEY_COMPLEX,1,(255, 255, 255),2)
|
72 |
|
73 |
##############
|
74 |
-
url = "https://kiwi-whispering-plier.glitch.me/"
|
75 |
data1 = {'name':name }
|
76 |
response = requests.post(url, data=data1)
|
77 |
|
|
|
71 |
cv2.putText(image,name,(x1+6,y2-6),cv2.FONT_HERSHEY_COMPLEX,1,(255, 255, 255),2)
|
72 |
|
73 |
##############
|
74 |
+
url = "https://kiwi-whispering-plier.glitch.me/update"
|
75 |
data1 = {'name':name }
|
76 |
response = requests.post(url, data=data1)
|
77 |
|