DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
166 Bytes
export type Callback = (directory: string, files: string[]) => string | false | void;
export default function (directory: string, callback: Callback): string | void;