diff --git a/gui.py b/gui.py index 0df29066..94bbb8e8 100644 --- a/gui.py +++ b/gui.py @@ -2003,7 +2003,7 @@ def on_tab_select(value: gr.SelectData): _WINDOW = webview.create_window("BirdNET-Analyzer", url.rstrip("/") + "?__theme=light", min_size=(1024, 768)) with suppress(ModuleNotFoundError): - import pyi_splash + import pyi_splash # type: ignore pyi_splash.close()