processImage()

in src/web-ui/src/utils/gateway.js [11:13]


  processImage(image) {
    return request("/process", "post", { image });
  },