UNPKG

@huggingface/transformers

Version:

State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!

5 lines (3 loc) • 204 B
import { ImageProcessor } from '../../image_processors_utils.js'; export class MobileViTImageProcessor extends ImageProcessor {} export class MobileViTFeatureExtractor extends MobileViTImageProcessor {}