mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-07 22:31:50 -08:00
update to latest gradio
This commit is contained in:
parent
43850655d9
commit
3ee79332b1
5 changed files with 62 additions and 16 deletions
5
javascript/gradio.js
Normal file
5
javascript/gradio.js
Normal file
|
|
@ -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; }
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue