Indic-TTS
Indic-TTS copied to clipboard
Python working inference code
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
I face the same issue