soiz1's picture
Upload 1460 files
f7e9d9c verified
raw
history blame
177 Bytes
// added to fix a weird error in gradio 4.19 at page load
Object.defineProperty(Array.prototype, 'toLowerCase', {
value: function() {
return this;
}
});