swiftlenss / static /gradio.js
Lawliet18's picture
Add application file
6342ac4
raw
history blame contribute delete
308 Bytes
function make_script(src) {
const script = document.createElement('script');
script.type = 'module';
script.setAttribute("crossorigin", "");
script.src = src;
document.head.appendChild(script);
}
make_script("https://gradio.s3-us-west-2.amazonaws.com/3.27.0/assets/index-9405f928.js");