Fix bad indent in inference_stream

This commit is contained in:
Corneliu Zuzu 2024-05-08 17:26:21 +03:00
parent 57a47d26bb
commit 6d20240ad4
1 changed files with 2 additions and 2 deletions

View File

@ -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,