Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Update __init__.py (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIIX authored Oct 18, 2022
1 parent ff8b69b commit f22a662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_tts_plugin_mimic2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,6 @@ def get_tts_class(self):
"en-us": [
{"voice": "kusal", "gender": "male", "display_name": "Kusal", "offline": False, "priority": 45},
{"voice": "nancy", "gender": "female", "display_name": "Nancy", "offline": False, "priority": 90},
{"voice": "ljspeech", "gender": "female", "display_name": "LJSpeech", "offline": Fals, "priority": 90}
{"voice": "ljspeech", "gender": "female", "display_name": "LJSpeech", "offline": False, "priority": 90}
]
}

0 comments on commit f22a662

Please sign in to comment.