Update Launcher.bat

This commit is contained in:
Alex
2023-12-07 22:43:15 +00:00
committed by GitHub
parent af83c15471
commit 6d5dca9be0

View File

@@ -238,9 +238,6 @@ REM Start XTTS
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% XTTS launched in a new window.
start cmd /k "title XTTSv2 API Server && cd /d %~dp0xtts && python -m xtts_api_server"
echo Debug Pause
pause
goto :home
@REM end of start_st_extras
@@ -1026,4 +1023,4 @@ if /i "%confirmation%"=="Y" (
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Uninstall SillyTavern + Extras canceled.
pause
goto :home
)
)