From a3bc53b625dff73478fa8297dbd9d3abc3e2a1aa Mon Sep 17 00:00:00 2001
From: Eustache Le Bihan <eulebihan@gmail.com>
Date: Wed, 18 Sep 2024 14:41:32 +0200
Subject: [PATCH] fix typo

Co-authored-by: danijel3 <danijel@pja.edu.pl>
---
 TTS/parler_handler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TTS/parler_handler.py b/TTS/parler_handler.py
index e8c6c55..ac539c7 100644
--- a/TTS/parler_handler.py
+++ b/TTS/parler_handler.py
@@ -68,7 +68,7 @@ class ParlerTTSHandler(BaseHandler):
 
         if self.compile_mode not in (None, "default"):
             logger.warning(
-                "Torch compilation modes that captures CUDA graphs are not yet compatible with the STT part. Reverting to 'default'"
+                "Torch compilation modes that captures CUDA graphs are not yet compatible with the TTS part. Reverting to 'default'"
             )
             self.compile_mode = "default"
 
-- 
GitLab