Skip to content

Instantly share code, notes, and snippets.

@JacobMuchow
Forked from dosterz97/AvatarView.js
Last active June 27, 2022 21:56
Show Gist options
  • Save JacobMuchow/832f75595c8c891d19d9c49c0c9ecaad to your computer and use it in GitHub Desktop.
Save JacobMuchow/832f75595c8c891d19d9c49c0c9ecaad to your computer and use it in GitHub Desktop.
async componentDidMount() {
...
this.predictor.onPredict = this.onPredict.bind(this)
}
onPredict = (results) => {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment