Spaces:
Sleeping
Sleeping
{ | |
"description": "This is a tool that synthesizes speech from text.", | |
"inputs": "{'prompt': {'type': 'string', 'description': \"The text input"}}", | |
"name": "speech_generator", | |
"output_type": "audio", | |
"tool_class": "tool.TextToSpeechTool" | |
} | |