abhi2400's picture
Upload folder using huggingface_hub
04f98c3 verified
#!/usr/bin/env node
'use strict';
var atob = require('../node-atob');
var str = process.argv[2];
console.log(atob(str));