Skip to content

Commit

Permalink
Merge pull request #4 from sachaarbonel/patch-1
Browse files Browse the repository at this point in the history
Support Hindi
  • Loading branch information
lucataco committed Nov 28, 2023
2 parents 2fe6fc6 + 8d91758 commit 211d152
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", "hu", "ko"],
choices=["en", "es", "fr", "de", "it", "pt", "pl", "tr", "ru", "nl", "cs", "ar", "zh", "hu", "ko", "hi"],
default="en"
),
cleanup_voice: bool = Input(
Expand Down

0 comments on commit 211d152

Please sign in to comment.