Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eliraneliassy/e6c322ee36e0a51ba09317eb0a663aef to your computer and use it in GitHub Desktop.
Save eliraneliassy/e6c322ee36e0a51ba09317eb0a663aef to your computer and use it in GitHub Desktop.
setTimeout(async () => {
this.predictions = await this.model.classify(this.img.nativeElement);
});Ï
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment