abhi2400's picture
Upload folder using huggingface_hub
04f98c3 verified
"use strict";
function atob(str) {
return Buffer.from(str, 'base64').toString('binary');
}
module.exports = atob.atob = atob;