This commit is contained in:
litagin02
2024-02-25 13:15:40 +09:00
parent e76dca6fbb
commit 8f27c79219
9 changed files with 46 additions and 27 deletions

View File

@@ -55,11 +55,11 @@ pushd Style-Bert-VITS2
python initialize.py
echo ----------------------------------------
echo Model download is complete. Start the WebUI of the voice synthesis.
echo Model download is complete. Start Style-Bert-VITS2 Editor.
echo ----------------------------------------
@REM 音声合成WebUIの起動
python app.py
@REM エディターの起動
python server_editor.py --inbrowser
pause