from local
This commit is contained in:
parent
455bc51bb7
commit
fddb6a4427
Binary file not shown.
@ -61,6 +61,14 @@ def get_args():
|
|||||||
default=None,
|
default=None,
|
||||||
help="""Path to data""",
|
help="""Path to data""",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
parser.add_argument(
|
||||||
|
"--spk-id",
|
||||||
|
type=str,
|
||||||
|
default=None,
|
||||||
|
help="""Path to data""",
|
||||||
|
)
|
||||||
|
|
||||||
return parser.parse_args()
|
return parser.parse_args()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user