LGxNDs's picture
download
raw
477 Bytes
from pathlib import Path
import sys
MODEL_DIR = Path(__file__).resolve().parents[1]
sys.path.insert(0, str(MODEL_DIR))
from inference import InflectTTS
text = (
"Long input is divided at punctuation-aware boundaries. "
"Each segment is generated locally, then joined with a controlled pause; "
"this keeps memory bounded without requiring a remote service."
)
InflectTTS(MODEL_DIR, device="cpu").save(text, MODEL_DIR / "long_example.wav", seed=11)

Xet Storage Details

Size:
477 Bytes
·
Xet hash:
996482c20c2e7ba299c61b114c06c549264c0886a81b3f6f5d1ca9630c4a7a32

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.