Update preprocess.py
Browse files- preprocess.py +1 -1
preprocess.py
CHANGED
@@ -117,7 +117,7 @@ def text_preprocess(text):
|
|
117 |
|
118 |
|
119 |
def main():
|
120 |
-
parser = argparse.ArgumentParser(description='
|
121 |
parser.add_argument('text', type=str, help='Text to synthetize')
|
122 |
parser.add_argument('model_path', type=str, help='Absolute path to the model checkpoint.pth')
|
123 |
parser.add_argument('config_path', type=str, help='Absolute path to the model config.json')
|
|
|
117 |
|
118 |
|
119 |
def main():
|
120 |
+
parser = argparse.ArgumentParser(description='Cotovía text normalisation')
|
121 |
parser.add_argument('text', type=str, help='Text to synthetize')
|
122 |
parser.add_argument('model_path', type=str, help='Absolute path to the model checkpoint.pth')
|
123 |
parser.add_argument('config_path', type=str, help='Absolute path to the model config.json')
|