mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 19:41:56 +08:00
4 lines
73 B
Batchfile
4 lines
73 B
Batchfile
@echo off
|
|
chcp 65001
|
|
"%~dp0\runtime\python.exe" "%~dp0\webui.py"
|
|
pause |