UNPKG

deepinfra

Version:
6 lines (5 loc) 451 B
import { ZeroShotImageClassificationRequest } from "../../../lib/types/zero-shot-image-classification/request"; import { ZeroShotImageClassificationResponse } from "../../../lib/types/zero-shot-image-classification/response"; import { ImageBaseModel } from "../../../lib/models/base/image-base-model"; export declare class ZeroShotImageClassification extends ImageBaseModel<ZeroShotImageClassificationRequest, ZeroShotImageClassificationResponse> { }