File size: 170 Bytes
6831a54
 
 
 
 
 
 
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;
    }
});