Spaces:
Running
Running
Alex
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ def send_face_request(image, target, uuid_value, token):
|
|
119 |
|
120 |
# Define the values to be sent in the POST request
|
121 |
data = {
|
122 |
-
"
|
123 |
"targetUrl": target
|
124 |
}
|
125 |
|
|
|
119 |
|
120 |
# Define the values to be sent in the POST request
|
121 |
data = {
|
122 |
+
"uuid": uuid_value,
|
123 |
"targetUrl": target
|
124 |
}
|
125 |
|