Update test_models.py

This commit is contained in:
Eren Gölge 2023-12-12 13:30:21 +01:00 committed by GitHub
parent 4dc0722bbc
commit 8999780aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from TTS.utils.manage import ModelManager
MODELS_WITH_SEP_TESTS = [
"tts_models/multilingual/multi-dataset/bark",
# "tts_models/en/multi-dataset/tortoise-v2",
"tts_models/en/multi-dataset/tortoise-v2",
"tts_models/multilingual/multi-dataset/xtts_v1.1",
"tts_models/multilingual/multi-dataset/xtts_v2",
]