moistdio's picture
Upload folder using huggingface_hub
6831a54 verified
raw
history blame contribute delete
170 Bytes
// added to fix a weird error in gradio 4.19 at page load
Object.defineProperty(Array.prototype, 'toLowerCase', {
value: function() {
return this;
}
});