AI4Bharat / Indic-TTS

Text-to-Speech for languages of India
MIT License
150 stars 35 forks source link

GPU usage during synthesis #1

Open kavya2425 opened 1 year ago

kavya2425 commented 1 year ago

Hi,

Is it a compulsory requirement to use GPU during the inference. If we use your models using our local system.

GokulNC commented 1 year ago

You can make this as False and give it a try: https://github.com/AI4Bharat/Indic-TTS/blob/af8f17421907a24cc0793505f1a1449b4a94357b/rest-api/main.py#L41

vibhanshujainiiitr commented 1 year ago

It's correctly working without GPU. Thanks for the answer.