mirror of https://github.com/coqui-ai/TTS.git
remove v1 in README.md
This commit is contained in:
parent
70327ef554
commit
1687c31203
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue