Skip to content
Snippets Groups Projects
Commit 832ee799 authored by Andres Marafioti's avatar Andres Marafioti
Browse files

update melos arguments

parent cfd3065e
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ from dataclasses import dataclass, field
@dataclass
class MeloTTSHandlerArguments:
melo_language: str = field(
default="EN_NEWEST",
default="en",
metadata={
"help": "The language of the text to be synthesized. Default is 'EN_NEWEST'."
},
......@@ -16,7 +16,7 @@ class MeloTTSHandlerArguments:
},
)
melo_speaker_to_id: str = field(
default="EN-Newest",
default="en",
metadata={
"help": "Mapping of speaker names to speaker IDs. Default is ['EN-Newest']."
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment