mirror of
https://github.com/barkeser2002/rvc-inference.git
synced 2026-09-25 02:29:52 +03:00
7 lines
114 B
Batchfile
7 lines
114 B
Batchfile
@ECHO OFF
|
|
|
|
REM Activate virtual environment
|
|
call venv\Scripts\activate
|
|
|
|
REM Run the inference script
|
|
python app.py |