fixing cannot load model issue ad24bf2
Marc commited on
How to use MarcSue/person_detection with Transformers.js:
// npm i @huggingface/transformers
import { pipeline } from '@huggingface/transformers';
// Allocate pipeline
const pipe = await pipeline('object-detection', 'MarcSue/person_detection');