Sylvain Filoni
update gradio client
9ada4bc
raw
history blame contribute delete
261 Bytes
import { Client } from "../client";
import type { PredictReturn } from "../types";
export declare function predict(this: Client, endpoint: string | number, data: unknown[] | Record<string, unknown>): Promise<PredictReturn>;
//# sourceMappingURL=predict.d.ts.map