This commit is contained in:
2025-06-17 02:28:08 -07:00
parent 0273f21bb2
commit d0f15d15a8
3 changed files with 31 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ song_file_extensions = set([
])
@click.command()
@click.help_option("--help", "-h")
@click.option('--model', '-m', default='small', help='Which whisper model to use (choices are those of whisper.available_models)')
@click.option('--language', '-l', required=True)
@click.argument('directory')