mirror of https://github.com/coqui-ai/TTS.git
Fix bad indent in inference_stream
This commit is contained in:
parent
57a47d26bb
commit
6d20240ad4
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue