mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
Minor change to trigger new release
This commit is contained in:
parent
59be119cc4
commit
d826de87ed
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ def main():
|
|||
with open(wells_path, "r", encoding="utf-8") as f:
|
||||
full_text = f.read()
|
||||
# Take first few paragraphs
|
||||
text = " ".join(full_text.split("\n\n")[:2])
|
||||
text = " ".join(full_text.split("\n\n")[1:3])
|
||||
|
||||
print("\nStarting TTS stream playback...")
|
||||
print(f"Text length: {len(text)} characters")
|
||||
|
|
Loading…
Add table
Reference in a new issue