mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
2eaf61cf76
* some integration tests * more integration tests * more tests * update integration tests * format
58 lines
927 B
JSON
58 lines
927 B
JSON
{
|
|
"mode": "blocks",
|
|
"components": [
|
|
{
|
|
"id": 1,
|
|
"type": "textbox",
|
|
"props": {
|
|
"lines": 1,
|
|
"max_lines": 20,
|
|
"default_value": "Frank",
|
|
"label": "Name",
|
|
"show_label": true,
|
|
"name": "textbox",
|
|
"css": {}
|
|
}
|
|
},
|
|
{
|
|
"id": 2,
|
|
"type": "textbox",
|
|
"props": {
|
|
"lines": 1,
|
|
"max_lines": 20,
|
|
"default_value": "",
|
|
"label": "Output",
|
|
"show_label": true,
|
|
"name": "textbox",
|
|
"css": {}
|
|
}
|
|
}
|
|
],
|
|
"theme": "default",
|
|
"enable_queue": false,
|
|
"layout": {
|
|
"id": 0,
|
|
"children": [
|
|
{
|
|
"id": 1
|
|
},
|
|
{
|
|
"id": 2
|
|
}
|
|
]
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"targets": [],
|
|
"trigger": "load",
|
|
"inputs": [
|
|
1
|
|
],
|
|
"outputs": [
|
|
2
|
|
],
|
|
"status_tracker": null,
|
|
"queue": null
|
|
}
|
|
]
|
|
} |