Text-to-Speech
coqui

Is there anywhere a space to use coqui/XTTS-v2 with @gradio/client

#87
by ruese - opened

I try to use XTTS-v2 in my own application via the JS @gradio/client library. If I use the "official" coqui/XTTS space view_api returns an unnamed endpoint [1] with a lot of parameters which are not really useful. For example the returned params do not have a parameter_name

Is there a Space for XTTS-v2 with only the mandatory parameters (text, language, input.wav)?
Has someone be successful in running XTTS-v2 with @gradio/client?

yes, https://github.com/DrewThomasson/ebook2audiobookXTTS, check main and v2.0 branches

Sign up or log in to comment