RVC-GUI / run_app.bat
AnhP's picture
Upload 259 files
09b5e10 verified
Raw
History Blame Contribute Delete
290 Bytes
@echo off
chcp 65001 > nul
setlocal
title Vietnamese RVC (Windows)
if exist "runtime\python.exe" (
runtime\python.exe main\app\app.py --open --allow_all_disk
) else if exist "env\\Scripts\\python.exe" (
env\Scripts\python.exe main\app\app.py --open --allow_all_disk
)
echo.
pause