Text-to-Speech
coqui

Getting Error AttributeError: 'GPT2InferenceModel' object has no attribute 'generate'

#122
by banayekuch4us - opened

Receiving this error while trying to generate audio in hindi using XTTSv2
AttributeError: 'GPT2InferenceModel' object has no attribute 'generate'

Any help will be appreciated

You have to downgrade Transformers:
pip install transformers==4.35.2

Sign up or log in to comment