I tried several TTS models on the HF web (by typing my text below “Inference API” on the right side of the HF page). Here are several examples, including my own:
I am also encountering an “Internal Server Error” while trying to use the Inference API for both my own fine-tuned Speech T5 model and the original Microsoft Speech T5 model. This issue persists across different environments, including Google Colab and Visual Studio Code.
The Serverless Inference API is currently turned off for most models. This is probably because the shared resources on the server have been exhausted. It is turned on for microsoft/speecht5_tts, but it does not actually work because the configuration settings are not properly set in README.md or json.
It is better to load it locally or in Spaces and use it.