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