From 2bb32421fa7f8cfb9b5c8090fd976369ceccd0e2 Mon Sep 17 00:00:00 2001 From: Ftps Date: Mon, 22 Jan 2024 14:22:54 +0900 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 001c788..90c34cb 100644 --- a/README.md +++ b/README.md @@ -76,11 +76,11 @@ def main(): tgt_sr, audio_opt, times, _ = vc.vc_single( 1, Path("{InputAudio}") ) - wavfile.write("{OutputAudoi}", tgt_sr, audio_opt) + wavfile.write("{OutputAudio}", tgt_sr, audio_opt) if __name__ == "__main__": - load_dotenv("envPath") + load_dotenv("{envPath}") main() ```