Spaces:
Runtime error
Runtime error
File size: 299 Bytes
d886d57 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | @echo off
REM 设置环境变量
echo Setting up environment variables...
set "PATH=%cd%\environment\Scripts;%cd%\environment\Library\bin;%cd%\environment;%PATH%"
REM 检查并更新ChatTTS
echo Checking and updating ChatTTS...
python update_chattts.py
REM 运行run_webui.bat
call run_webui.bat
|