From bead906d728f54a5339982a3c71bf5511ca9cc4b Mon Sep 17 00:00:00 2001 From: Zhe Niu Date: Thu, 12 Jan 2023 20:45:59 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9717b22..dc7c8f7 100644 --- a/setup.py +++ b/setup.py @@ -58,5 +58,5 @@ setup( "torchaudio>=0.13.0", "tqdm>=4.64.1", ], - url="https://github.com/enhuiz/VALL_E", + url="https://github.com/enhuiz/vall-e", )