From 9b7a614b8b4df35fb74420ef6de47d6f742fe7fd Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Tue, 3 Sep 2024 19:36:26 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B[bugfix]=20Model=20:=20typo?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-python/webui_mainloop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-python/webui_mainloop.py b/src-python/webui_mainloop.py index 70f87475..3eb3f567 100644 --- a/src-python/webui_mainloop.py +++ b/src-python/webui_mainloop.py @@ -301,7 +301,7 @@ if __name__ == "__main__": "whisper": action_mapping["/controller/callback_download_whisper_weight"]["download"], }) - process = "test_all" + process = "main" match process: case "main": try: