abhi2400's picture
Upload folder using huggingface_hub
04f98c3 verified
#!/usr/bin/env node
(function () {
"use strict";
var btoa = require('../index');
console.log(btoa(process.argv[2]));
}());