clarifai-javascript
clarifai-javascript copied to clipboard
Requesting to Demographic model using Reactjs responding with 404
Used React js for sending request.
app.models
.predict(
Clarifai.DEMOGRAPHICS_MODEL,
this.state.input)
.then(response => console.log(response))
.catch(err => console.log(err))
The above code work correctly with FACE_DETECT_MODEL.