detectFaces()

in src/web-ui/src/utils/gateway.js [19:21]


  detectFaces(image) {
    return request("/faces/detect", "post", { image });
  },