Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional argument "custom_dictionary" of synthesize function in tts-basics-customize-ssml.ipynb creates an error #202

Open
NarimaneH opened this issue Oct 31, 2024 · 0 comments

Comments

@NarimaneH
Copy link

While running tts-basics-customize-ssml.ipynb, there is an error that is thrown when calling riva_tts.synthesize(**req).

The error is the following: AttributeError: 'NoneType' object has no attribute 'items' . It refers here to the "custom_dictionary" attribute which is defined as optional.

A workaround is adding custom_dictionary={} to the request but it's not a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant