mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08: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