From 1687c312037a605a27c6b4779fea7e4a480e8840 Mon Sep 17 00:00:00 2001 From: Julian Weber Date: Wed, 8 Nov 2023 13:56:08 +0100 Subject: [PATCH] remove v1 in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 353db7cf..935627e5 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ device = "cuda" if torch.cuda.is_available() else "cpu" print(TTS().list_models()) # Init TTS -tts = TTS("tts_models/multilingual/multi-dataset/xtts_v1").to(device) +tts = TTS("tts_models/multilingual/multi-dataset/xtts_v2").to(device) # Run TTS # ❗ Since this model is multi-lingual voice cloning model, we must set the target speaker_wav and language