humanvideointeraction
/
speecht5_tts
Text-to-Speech with SpeechT5
- Public
- 21 runs
- Paper
Run humanvideointeraction/speecht5_tts with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
Input schema
The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
text |
string
|
The octopus and Oliver went to the opera in October.
|
Input text.
|
{
"type": "object",
"title": "Input",
"properties": {
"text": {
"type": "string",
"title": "Text",
"default": "The octopus and Oliver went to the opera in October.",
"x-order": 0,
"description": "Input text."
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "string",
"title": "Output",
"format": "uri"
}