face-recognition-brain icon indicating copy to clipboard operation
face-recognition-brain copied to clipboard

i am getting this Error => TypeError: axios.post is not a function

Open sherawat-Lokesh opened this issue 2 years ago • 0 comments

`const app = new Clarifai.App({ apiKey: "af5a54585af246268c4c47d1cb9bf816", });

app.models .predict("af5a54585af246268c4c47d1cb9bf816", this.state.input) .then( (response) => { console.log(response) }, (error)=> { console.error(error); } );`

sherawat-Lokesh avatar Oct 31 '22 15:10 sherawat-Lokesh