From 85173d4b69aac1b47ea330dd1a99cb639179f170 Mon Sep 17 00:00:00 2001 From: GuangChen2333 Date: Mon, 13 Jan 2025 20:22:21 +0800 Subject: [PATCH] chore(app): Explicitly specify the return type. --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 6f670531..90852e3b 100644 --- a/app.py +++ b/app.py @@ -114,7 +114,7 @@ ) -def launch_gradio(server_name: str, server_port: int): +def launch_gradio(server_name: str, server_port: int) -> None: Applio.launch( favicon_path="assets/ICON.ico", share="--share" in sys.argv,