Merge pull request #637 from thorstenMueller/dev

Ups. Added missing ,
This commit is contained in:
Eren Gölge 2021-02-03 15:10:21 +01:00 committed by GitHub
commit 7bc9862bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ def main():
description="Compute mean and variance of spectrogtram features.")
parser.add_argument("--config_path", type=str, required=True,
help="TTS config file path to define audio processin parameters.")
parser.add_argument("--out_path", type=str, required=True
parser.add_argument("--out_path", type=str, required=True,
help="save path (directory and filename).")
args = parser.parse_args()