switched back to default model size

This commit is contained in:
John Ciubuc 2023-01-14 22:31:22 -06:00
parent 0625e35b87
commit 78772f03d9

View File

@ -16,7 +16,7 @@ from sys import platform
def main():
parser = argparse.ArgumentParser()
parser.add_argument("--model", default="tiny", help="Model to use",
parser.add_argument("--model", default="medium", help="Model to use",
choices=["tiny", "base", "small", "medium", "large"])
parser.add_argument("--non_english", action='store_true',
help="Don't use the english model.")