Skip to content

Commit

Permalink
Add missing languages
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis committed Nov 24, 2023
1 parent 3c6a868 commit 2fe6fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def predict(
speaker: Path = Input(description="Original speaker audio (wav, mp3, m4a, ogg, or flv)"),
language: str = Input(
description="Output language for the synthesised speech",
choices=["en", "es", "fr", "de", "it", "pt", "pl", "tr", "ru", "nl", "cs", "ar", "zh-cn"],
choices=["en", "es", "fr", "de", "it", "pt", "pl", "tr", "ru", "nl", "cs", "ar", "zh", "hu", "ko"],
default="en"
),
cleanup_voice: bool = Input(
Expand Down

0 comments on commit 2fe6fc6

Please sign in to comment.