Spaces:
Build error
Build error
File size: 170 Bytes
ad664d7 |
1 2 3 4 5 6 7 8 |
// added to fix a weird error in gradio 4.19 at page load
Object.defineProperty(Array.prototype, 'toLowerCase', {
value: function() {
return this;
}
});
|