OpkaGames's picture
Upload folder using huggingface_hub
870ab6b
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.44.4/assets/index-40573ec4.js");