| 1 | // based on https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/v1.6.0/script.js |
| 2 | function gradioApp() { |
| 3 | const elems = document.getElementsByTagName('gradio-app'); |
| 4 | const elem = elems.length == 0 ? document : elems[0]; |
nothing calls this directly
no test coverage detected