LGxNDs's picture
download
raw
352 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
tts = InflectTTS(MODEL_DIR, device="cpu")
tts.save(
"A small local voice can still be useful.",
MODEL_DIR / "example.wav",
speed=1.0,
variation=0.667,
seed=7,
)

Xet Storage Details

Size:
352 Bytes
·
Xet hash:
5405e857ade803587b45634c3322c5c8424191d3246b9ac48b7bcdd904bcdbf8

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