fix typos

This commit is contained in:
ROBERT-MCDOWELL
2024-11-25 04:15:38 +00:00
parent f62241f031
commit 5a8c8accd8
2 changed files with 1 additions and 1 deletions

2
app.py
View File

@@ -165,7 +165,7 @@ Linux/Mac:
parser.add_argument(options[5], type=str,
help="Path to the target voice file for TTS. Optional, uses a default voice if not provided.")
parser.add_argument(options[6], type=str, default=default_language_code,
help=f"Language for the audiobook conversion. Options: {lang_list_str}. Defaults to English (en).")
help=f"Language for the audiobook conversion. Options: {lang_list_str}. Default to English (eng).")
parser.add_argument(options[7], type=str, default="cpu", choices=["cpu", "gpu"],
help=f"Type of processor unit for the audiobook conversion. If not specified: check first if gpu available, if not cpu is selected.")
parser.add_argument(options[8], type=str,

0
tmp/.gitkeep Normal file → Executable file
View File