mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-08-29 10:09:32 +02:00
9 lines
189 B
Batchfile
9 lines
189 B
Batchfile
|
|
@echo off
|
||
|
|
chcp 65001 >nul
|
||
|
|
set "SCRIPT_DIR=%~dp0"
|
||
|
|
set "SCRIPT_DIR=%SCRIPT_DIR:~0,-1%"
|
||
|
|
cd /d "%SCRIPT_DIR%"
|
||
|
|
set "PATH=%SCRIPT_DIR%\runtime;%PATH%"
|
||
|
|
runtime\python.exe -I realtime_gui.py
|
||
|
|
pause
|