Turing311 commited on
Commit
9df37f3
1 Parent(s): cbf79d3
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -113,6 +113,7 @@ def compare_face():
113
 
114
  status = "ok"
115
  response = jsonify({"status": status, "data": {"result": result, "similarity": float(similarity)}})
 
116
  response.status_code = 200
117
  response.headers["Content-Type"] = "application/json; charset=utf-8"
118
  return response
 
113
 
114
  status = "ok"
115
  response = jsonify({"status": status, "data": {"result": result, "similarity": float(similarity)}})
116
+ print("###########", response)
117
  response.status_code = 200
118
  response.headers["Content-Type"] = "application/json; charset=utf-8"
119
  return response