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