gradio/js/app/test/mocks/info-blocks_page_load.json
2023-05-12 16:22:25 +01:00

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"
}
]
}
}
}