File size: 177 Bytes
f7e9d9c
 
 
 
 
 
 
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;
    }
});