AI4Bharat/Indic-TTS

GPU usage during synthesis

Opened this issue · 2 comments

Hi,

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

You can make this as False and give it a try:

use_cuda=True,

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