We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf1a08 commit 32740c1Copy full SHA for 32740c1
README.md
@@ -197,7 +197,7 @@ from TTS.api import TTS
197
device = "cuda" if torch.cuda.is_available() else "cpu"
198
199
# List available 🐸TTS models
200
-print(TTS().list_models())
+print("\n".join(TTS().list_models().list_models()))
201
202
# Init TTS
203
tts = TTS("tts_models/multilingual/multi-dataset/xtts_v2").to(device)
0 commit comments