5 lines
193 B
Batchfile
5 lines
193 B
Batchfile
|
@echo off
|
||
|
REM run-coreml.bat - Run Deep-Live-Cam with CoreML (Apple Silicon) on Windows (for reference, not for actual use)
|
||
|
call venv\Scripts\activate
|
||
|
python run.py --execution-provider coreml
|