From 93fe50bcc80527dc0e8df4c17c30d1ca96f124e7 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Wed, 14 Feb 2024 14:24:45 +0100 Subject: [PATCH] Fix wording --- README.md | 2 +- facefusion/wording.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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