toto10's picture
Upload folder using huggingface_hub (#4)
ea35075
raw
history blame
No virus
104 Bytes
module.exports = {
trailingComma: 'es5',
tabWidth: 4,
semi: false,
singleQuote: true,
}