mirror of https://github.com/coqui-ai/TTS.git
docstring update
This commit is contained in:
parent
3baec4ea96
commit
f1799dbd60
|
@ -27,7 +27,9 @@ def main():
|
||||||
# pylint: disable=bad-continuation
|
# pylint: disable=bad-continuation
|
||||||
parser = argparse.ArgumentParser(description='''Synthesize speech on command line.\n\n'''
|
parser = argparse.ArgumentParser(description='''Synthesize speech on command line.\n\n'''
|
||||||
|
|
||||||
'''You can either use your trained model or choose a model from the provided list.\n'''\
|
'''You can either use your trained model or choose a model from the provided list.\n\n'''\
|
||||||
|
|
||||||
|
'''If you don't specify any models, then it uses LJSpeech based English models\n\n'''\
|
||||||
|
|
||||||
'''
|
'''
|
||||||
Example runs:
|
Example runs:
|
||||||
|
|
Loading…
Reference in New Issue