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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ def send_face_request(image, target, uuid_value, token):
133
 
134
  def send_face_request_d(image, target, uuid_value, token):
135
  # Construct the URL with the provided UUID value
136
- image_url = f"cutpaste_yearbook/result/2024-11-26/rst_58cd61f5-7424-494a-9d19-09d2ca51fed7_{uuid_value}.jpg"
137
 
138
  # Static response JSON with dynamic image URL
139
  static_response = {
 
133
 
134
  def send_face_request_d(image, target, uuid_value, token):
135
  # Construct the URL with the provided UUID value
136
+ image_url = f"cutpaste_yearbook/result/2024-11-26/rst_58cd61f5-7424-494a-9d19-09d2ca51fed7.jpg"
137
 
138
  # Static response JSON with dynamic image URL
139
  static_response = {