Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 22, 2024
1 parent 186ad10 commit 87f5b16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion matcha/utils/data/cmu_arctic.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ def main(args):
parser = argparse.ArgumentParser()
parser.add_argument("-v", "--voice", type=str, default="rms", required=True, help="ID of voice to use")
parser.add_argument("-s", "--split", type=int, default=5, required=False, help="Size of test(/validation) split")
parser.add_argument("-V", "--valid", action="store_true", default=False, required=False, help="Create a validation set")
parser.add_argument(
"-V", "--valid", action="store_true", default=False, required=False, help="Create a validation set"
)
parser.add_argument("-l", "--list", action="store_true", default=False, required=False, help="List speakers")
args = parser.parse_args()

Expand Down

0 comments on commit 87f5b16

Please sign in to comment.