From d6e223f484cb57de32c2224f58c3d5e21ea0dee3 Mon Sep 17 00:00:00 2001 From: WeberJulian Date: Wed, 8 Nov 2023 10:17:54 +0100 Subject: [PATCH] woops --- TTS/utils/manage.py | 1 - 1 file changed, 1 deletion(-) diff --git a/TTS/utils/manage.py b/TTS/utils/manage.py index 7e05ab50..c732e1f5 100644 --- a/TTS/utils/manage.py +++ b/TTS/utils/manage.py @@ -394,7 +394,6 @@ class ModelManager(object): # ToDo: we need a better way to handle it if "xtts" in model_name: try: - #raise Exception(" > XTTS models are not supported yet.") self.check_if_configs_are_equal(model_name, model_item, output_path) except: pass