Indic-TTS icon indicating copy to clipboard operation
Indic-TTS copied to clipboard

Python working inference code

Open ban1989ban opened this issue 9 months ago • 1 comments

Can someone share the python working code for this

inference/sample.py is not working(giving multiple dependency errors)

python -m TTS.bin.synthesize --text "यह एक हिंदी में लिखा गया पाठ है।" --model_path models/v1/hi/fastpitch/best_model.pth --config_path models/v1/hi/fastpitch/config.json --vocoder_path models/v1/hi/hifigan/best_model.pth --vocoder_config_path models/v1/hi/hifigan/config.json --out_path hi.wav

this is working

ban1989ban avatar Mar 22 '25 17:03 ban1989ban

I face the same issue

jinosh05 avatar Apr 22 '25 17:04 jinosh05