Three ways to run it
Same engine, same job files, same models. Pick the one that fits how you work.
Browser UI
python deepswap.py run starts a Gradio app in your browser. This is the supported interface for now.
Command line
headless-run does one job from source, target, and output paths. batch-run expands glob patterns into a multi-step job.
Desktop editor
A Tauri app around the same Python engine, with an inspector for all 87 processing settings. Built and tested on one Apple Silicon Mac, CPU only, and still being finished.
Run it yourself
The Python app takes a Conda environment, FFmpeg, and curl. Models download on first use.