mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
fix wc error in dev mode (#3572)
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
This commit is contained in:
parent
1c8d3cb05d
commit
4c00103dea
@ -96,8 +96,8 @@ function create_custom_element() {
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
customElements.define("gradio-app", GradioApp);
|
||||
if (!customElements.get("gradio-app"))
|
||||
customElements.define("gradio-app", GradioApp);
|
||||
}
|
||||
|
||||
create_custom_element();
|
||||
|
Loading…
x
Reference in New Issue
Block a user