From 8544faa48ceb7eea1be62b0cd1d91e8c2d9d1735 Mon Sep 17 00:00:00 2001 From: dscripka Date: Sun, 6 Aug 2023 11:20:34 -0400 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02bc367..7537244 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Setting `--max-speakers` to a value less than 904 (the number if LibriTTS) is re See `--help` for more options, including adjust the `--length-scales` (speaking speeds) and `--slerp-weights` (speaker blending) which are cycled per batch. -Alternatively, you can import the generate function into a another Python script: +Alternatively, you can import the generate function into another Python script: ```python from generate_samples import generate_samples # make sure to add this to your Python path as needed