update to latest gradio
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
|
||||
// added to fix a weird error in gradio 4.19 at page load
|
||||
Object.defineProperty(Array.prototype, 'toLowerCase', {
|
||||
value: function() { return this; }
|
||||
});
|
||||
Reference in New Issue
Block a user