removed comment

This commit is contained in:
Schmieder, Jacob
2024-05-30 14:23:40 +00:00
parent 754d0e9b84
commit dee6907be5
+1 -1
View File
@@ -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. \