A newer version of the Gradio SDK is available: 5.29.0
5.29.0
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has'); has({}, 'hasOwnProperty'); // false has(Object.prototype, 'hasOwnProperty'); // true