Update README.md

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
pull/292/head
Sóstenes Apollo 2024-08-13 18:56:09 +02:00 committed by GitHub
parent de20c0044a
commit fb1f559c4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@ docker run --gpus all \
-v ./input:/app/input \
-v ./output:/app/output \
deep-live-cam \
-s input/face.jpg \
-t input/video.mp4\
-o output
-s input/face.jpg # Source image for face swapping
-t input/video.mp4 # Target video to apply face swap
-o output # Output directory for results
```
## How do I install it?