Skip to content

Commit

Permalink
docs: help message clarifies that text-to-spec==feature prediction
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Sep 20, 2024
1 parent 30ce996 commit 953fd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs2/cli/synthesize.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def synthesize( # noqa: C901
file_okay=True,
exists=True,
dir_okay=False,
help="The path to a trained text-to-spec or e2e EveryVoice model.",
help="The path to a trained text-to-spec (i.e., feature prediction) or e2e EveryVoice model.",
autocompletion=complete_path,
),
output_dir: Path = typer.Option(
Expand Down

0 comments on commit 953fd7b

Please sign in to comment.