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