ChatTTS-WebUI / install.bat
lisongfeng's picture
Upload folder using huggingface_hub
d886d57 verified
raw
history blame contribute delete
299 Bytes
@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