SANDRAMSC's picture
Updated README.md with Hugging Face configuration
51ddcbf
raw
history blame
132 Bytes
var toString = {}.toString;
module.exports = Array.isArray || function (arr) {
return toString.call(arr) == '[object Array]';
};