mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-03 12:09:51 +00:00
Gradio 4 + WebUI 1.10
This commit is contained in:
7
javascript/gradio.js
Normal file
7
javascript/gradio.js
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
// 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