mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2026-07-20 17:10:52 +02:00
6 lines
96 B
Batchfile
6 lines
96 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
call venv\Scripts\activate
|
|
python run.py --execution-provider dml
|
|
pause
|