From dfcd12edda3bfa6949e91337f574e4b1d3b0c14b Mon Sep 17 00:00:00 2001 From: Kenneth Estanislao Date: Sun, 24 Sep 2023 22:15:19 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f88ca6a..76511ae 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ python run.py --execution-provider openvino > Note: When you run this program for the first time, it will download some models ~300MB in size. Executing `python run.py` command will launch this window: -![gui-demo](instruct.png) +![gui-demo](instruction.png) Choose a face (image with desired face) and the target image/video (image/video in which you want to replace the face) and click on `Start`. Open file explorer and navigate to the directory you select your output to be in. You will find a directory named `` where you can see the frames being swapped in realtime. Once the processing is done, it will create the output file. That's it.