Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Speech To Speech
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
huggingface
Speech To Speech
Commits
832ee799
Commit
832ee799
authored
6 months ago
by
Andres Marafioti
Browse files
Options
Downloads
Patches
Plain Diff
update melos arguments
parent
cfd3065e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arguments_classes/melo_tts_arguments.py
+2
-2
2 additions, 2 deletions
arguments_classes/melo_tts_arguments.py
with
2 additions
and
2 deletions
arguments_classes/melo_tts_arguments.py
+
2
−
2
View file @
832ee799
...
@@ -4,7 +4,7 @@ from dataclasses import dataclass, field
...
@@ -4,7 +4,7 @@ from dataclasses import dataclass, field
@dataclass
@dataclass
class
MeloTTSHandlerArguments
:
class
MeloTTSHandlerArguments
:
melo_language
:
str
=
field
(
melo_language
:
str
=
field
(
default
=
"
EN_NEWEST
"
,
default
=
"
en
"
,
metadata
=
{
metadata
=
{
"
help
"
:
"
The language of the text to be synthesized. Default is
'
EN_NEWEST
'
.
"
"
help
"
:
"
The language of the text to be synthesized. Default is
'
EN_NEWEST
'
.
"
},
},
...
@@ -16,7 +16,7 @@ class MeloTTSHandlerArguments:
...
@@ -16,7 +16,7 @@ class MeloTTSHandlerArguments:
},
},
)
)
melo_speaker_to_id
:
str
=
field
(
melo_speaker_to_id
:
str
=
field
(
default
=
"
EN-Newest
"
,
default
=
"
en
"
,
metadata
=
{
metadata
=
{
"
help
"
:
"
Mapping of speaker names to speaker IDs. Default is [
'
EN-Newest
'
].
"
"
help
"
:
"
Mapping of speaker names to speaker IDs. Default is [
'
EN-Newest
'
].
"
},
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment