Tony Emmanuel

Results 1 issues of Tony Emmanuel

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.