mirror of
https://github.com/coqui-ai/TTS.git
synced 2026-07-13 14:00:27 +02:00
fix tts endpoint using list-models argument
This commit is contained in:
@@ -67,7 +67,7 @@ def main():
|
||||
parser.add_argument(
|
||||
'--text',
|
||||
type=str,
|
||||
required=True,
|
||||
default=None,
|
||||
help='Text to generate speech.'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user