Alex commited on
Commit
bf11926
·
verified ·
1 Parent(s): 56ef746

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- "sourceUrl": image,
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