DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
147 Bytes
'use strict';
const indexGenerate = require('../node/index-generate.cjs');
const config = {
node: indexGenerate
};
module.exports = config;