Leon4gr45's picture
Upload folder using huggingface_hub (part 4)
df9fdc8 verified
Raw
History Blame Contribute Delete
278 Bytes
import { Client } from "../client";
import type { PredictReturn } from "../types";
export declare function predict<T = unknown>(this: Client, endpoint: string | number, data?: unknown[] | Record<string, unknown>): Promise<PredictReturn<T>>;
//# sourceMappingURL=predict.d.ts.map