diff --git a/README.md b/README.md index 404f9cc1..7568f9cc 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ python run.py [options] options: -h, --help show this help message and exit - -s SOURCE_PATHS, --source SOURCE_PATHS choose single or multiple source images + -s SOURCE_PATHS, --source SOURCE_PATHS choose single or multiple source images or audios -t TARGET_PATH, --target TARGET_PATH choose single target image or video -o OUTPUT_PATH, --output OUTPUT_PATH specify the output file or directory -v, --version show program's version number and exit diff --git a/facefusion/wording.py b/facefusion/wording.py index 31569d76..ce7016f8 100755 --- a/facefusion/wording.py +++ b/facefusion/wording.py @@ -46,7 +46,7 @@ WORDING : Dict[str, Any] =\ 'install_dependency': 'select the variant of {dependency} to install', 'skip_venv': 'skip the virtual environment check', # general - 'source': 'choose single or multiple source images', + 'source': 'choose single or multiple source images or audios', 'target': 'choose single target image or video', 'output': 'specify the output file or directory', # misc