from local

This commit is contained in:
dohe0342 2022-12-20 16:19:20 +09:00
parent 40d88ab2ce
commit b6197debed
2 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ def get_parser():
"--model-name", "--model-name",
type=str, type=str,
default="", default="",
help="""It specifies the model file name to use for decoding.""" help="""It specifies the model file name to use for decoding.""",
) )
parser.add_argument( parser.add_argument(