switched back to default model size
This commit is contained in:
parent
0625e35b87
commit
78772f03d9
@ -16,7 +16,7 @@ from sys import platform
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
parser = argparse.ArgumentParser()
|
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"])
|
choices=["tiny", "base", "small", "medium", "large"])
|
||||||
parser.add_argument("--non_english", action='store_true',
|
parser.add_argument("--non_english", action='store_true',
|
||||||
help="Don't use the english model.")
|
help="Don't use the english model.")
|
||||||
|
Loading…
Reference in New Issue
Block a user