readme
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user