From 8999780aff330a6d4f5b0709268a647505e47762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Tue, 12 Dec 2023 13:30:21 +0100 Subject: [PATCH] Update test_models.py --- tests/zoo_tests/test_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/zoo_tests/test_models.py b/tests/zoo_tests/test_models.py index 1c42ffaa..8fa56e28 100644 --- a/tests/zoo_tests/test_models.py +++ b/tests/zoo_tests/test_models.py @@ -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", ]