From dee6907be54a8e97e76bda2aa880d9ceb139e8cf Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Thu, 30 May 2024 14:23:40 +0000 Subject: [PATCH] removed comment --- scraibe/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraibe/cli.py b/scraibe/cli.py index c07f90f..eece1bb 100644 --- a/scraibe/cli.py +++ b/scraibe/cli.py @@ -65,7 +65,7 @@ def cli(): parser.add_argument("--verbose-output", type=str2bool, default=True, help="Enable or disable progress and debug messages.") - parser.add_argument("--task", type=str, default='autotranscribe', # unifinished code + parser.add_argument("--task", type=str, default='autotranscribe', choices=["autotranscribe", "diarization", "autotranscribe+translate", "translate", 'transcribe'], help="Choose to perform transcription, diarization, or translation. \