mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
27 lines
540 B
JSON
27 lines
540 B
JSON
{
|
|
"named_endpoints": {},
|
|
"unnamed_endpoints": {
|
|
"0": {
|
|
"parameters": [
|
|
{
|
|
"label": "Name",
|
|
"type": { "type": "string" },
|
|
"python_type": { "type": "str", "description": "" },
|
|
"component": "Textbox",
|
|
"example_input": "Howdy!",
|
|
"serializer": "StringSerializable"
|
|
}
|
|
],
|
|
"returns": [
|
|
{
|
|
"label": "Output",
|
|
"type": { "type": "string" },
|
|
"python_type": { "type": "str", "description": "" },
|
|
"component": "Textbox",
|
|
"serializer": "StringSerializable"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|