Spaces:
Runtime error
Runtime error
Update
Browse files
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
|