AntonioMS commited on
Commit
1e668a5
1 Parent(s): e9c7026

Update preprocess.py

Browse files
Files changed (1) hide show
  1. 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='Cotovia phoneme transcription.')
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')