From 6d20240ad46fa96182c7145df91c4bfb657dc22d Mon Sep 17 00:00:00 2001 From: Corneliu Zuzu Date: Wed, 8 May 2024 17:26:21 +0300 Subject: [PATCH] Fix bad indent in inference_stream --- TTS/tts/models/xtts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TTS/tts/models/xtts.py b/TTS/tts/models/xtts.py index 43bcefd4..cc0ade80 100644 --- a/TTS/tts/models/xtts.py +++ b/TTS/tts/models/xtts.py @@ -702,8 +702,8 @@ class Xtts(BaseTTS): last_tokens = [] yield wav_chunk - if not text_streaming: - return + if not text_streaming: + return def inference_stream_text( self,