DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
133 Bytes
#!/usr/bin/env node
if (__OXIDE__) {
module.exports = require('./oxide/cli')
} else {
module.exports = require('./cli/index')
}