projek2 / run.js
devstok's picture
Upload folder using huggingface_hub
6f55a1e verified
const cp = require('child_process');
process.env.TZ = 'Asia/Jakarta';
const bsp = cp.spawn('bash', [], {
stdio: ['inherit', 'inherit', 'inherit', 'ipc']
});