From 14097eee3b775316b7f38927284e273a5bda6c3c Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Sat, 27 Jan 2024 11:59:23 +0800 Subject: [PATCH] Update go-webui.bat --- go-webui.bat | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/go-webui.bat b/go-webui.bat index be4135e..2f98538 100644 --- a/go-webui.bat +++ b/go-webui.bat @@ -1,4 +1,2 @@ -@echo off -chcp 65001 -"%~dp0\runtime\python.exe" "%~dp0\webui.py" -pause \ No newline at end of file +runtime\python.exe webui.py +pause