eHealth_Transcribe / embed.html
spriambada3's picture
add trial force light mode
4f4503d
raw
history blame contribute delete
513 Bytes
<script
type="module"
src="https://gradio.s3-us-west-2.amazonaws.com/5.17.0/gradio.js"
></script>
<gradio-app id="gr-app" src="https://spriambada3-ehealth-transcribe.hf.space/?__theme=light" class="light"></gradio-app>
<script>
function onload() {
document.getElementById("gr-app").className = "light";
console.log(document.getElementById("gr-app"))
}
window.onload = onload;
</script>
<script>
window.addEventListener("load", setTimeout(onload, 500));
</script>