from local

This commit is contained in:
dohe0342 2023-01-29 21:19:32 +09:00
parent 455bc51bb7
commit fddb6a4427
2 changed files with 8 additions and 0 deletions

View File

@ -61,6 +61,14 @@ def get_args():
default=None,
help="""Path to data""",
)
parser.add_argument(
"--spk-id",
type=str,
default=None,
help="""Path to data""",
)
return parser.parse_args()