Skip to content

Commit

Permalink
Fix bad indent in inference_stream
Browse files Browse the repository at this point in the history
  • Loading branch information
czuzu committed May 8, 2024
1 parent 57a47d2 commit 6d20240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TTS/tts/models/xtts.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,8 +702,8 @@ def inference_stream(
last_tokens = []
yield wav_chunk

if not text_streaming:
return
if not text_streaming:
return

def inference_stream_text(
self,
Expand Down

0 comments on commit 6d20240

Please sign in to comment.