Sylvain Filoni
update gradio client
9ada4bc
raw
history blame contribute delete
227 Bytes
import type { DuplicateOptions } from "../types";
import { Client } from "../client";
export declare function duplicate(app_reference: string, options: DuplicateOptions): Promise<Client>;
//# sourceMappingURL=duplicate.d.ts.map