Pratyush-01's picture
Upload folder using huggingface_hub
9d1374f verified
export function tap(value, mutator) {
mutator(value)
return value
}