mirror of https://github.com/coqui-ai/TTS.git
args comment update
This commit is contained in:
parent
c9e2df1451
commit
ab00321b20
|
@ -16,7 +16,7 @@ def main():
|
|||
parser = argparse.ArgumentParser(
|
||||
description="Compute mean and variance of spectrogtram features.")
|
||||
parser.add_argument("--config_path", type=str, required=True,
|
||||
help="TTS config file path.")
|
||||
help="TTS config file path to define audio processin parameters.")
|
||||
parser.add_argument("--out_path", default=None, type=str,
|
||||
help="directory to save the output file.")
|
||||
args = parser.parse_args()
|
||||
|
|
Loading…
Reference in New Issue