Merge pull request #493 from pozitronik/readme_fix_cli_mode_doc

readme update: old keys fixed
This commit is contained in:
Henry Ruhs 2023-06-15 11:27:47 +02:00 committed by GitHub
commit 74db8113d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ options:
number of execution threads
```
Looking for a CLI mode? Using the -f/--face argument will make the program in cli mode.
Looking for a CLI mode? Using the -s/--source argument will make the program in cli mode.
## Future plans
- [ ] Improve the quality of faces in results

View File

@ -3,7 +3,7 @@ import customtkinter as ctk
from typing import Callable, Tuple
import cv2
from PIL import Image, ImageTk, ImageOps
from PIL import Image, ImageOps
import roop.globals
from roop.face_analyser import get_one_face