Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- README.md +1 -1
- __pycache__/run.cpython-39.pyc +0 -0
- config.json +67 -9
README.md
CHANGED
|
@@ -5,7 +5,7 @@ emoji: 🔥
|
|
| 5 |
colorFrom: indigo
|
| 6 |
colorTo: indigo
|
| 7 |
sdk: gradio
|
| 8 |
-
sdk_version: 3.
|
| 9 |
app_file: run.py
|
| 10 |
pinned: false
|
| 11 |
---
|
|
|
|
| 5 |
colorFrom: indigo
|
| 6 |
colorTo: indigo
|
| 7 |
sdk: gradio
|
| 8 |
+
sdk_version: 3.40.1
|
| 9 |
app_file: run.py
|
| 10 |
pinned: false
|
| 11 |
---
|
__pycache__/run.cpython-39.pyc
ADDED
|
Binary file (528 Bytes). View file
|
|
|
config.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"version": "3.
|
| 3 |
"mode": "blocks",
|
| 4 |
"dev_mode": true,
|
|
|
|
| 5 |
"components": [
|
| 6 |
{
|
| 7 |
"id": 1,
|
|
@@ -10,11 +11,23 @@
|
|
| 10 |
"lines": 1,
|
| 11 |
"max_lines": 20,
|
| 12 |
"value": "Frank",
|
|
|
|
| 13 |
"label": "Name",
|
| 14 |
"show_label": true,
|
| 15 |
"name": "textbox",
|
| 16 |
"visible": true,
|
| 17 |
"style": {}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
}
|
| 19 |
},
|
| 20 |
{
|
|
@@ -24,26 +37,60 @@
|
|
| 24 |
"lines": 1,
|
| 25 |
"max_lines": 20,
|
| 26 |
"value": "",
|
|
|
|
| 27 |
"label": "Output",
|
| 28 |
"show_label": true,
|
| 29 |
"name": "textbox",
|
| 30 |
"visible": true,
|
| 31 |
"style": {}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
}
|
| 33 |
}
|
| 34 |
],
|
| 35 |
-
"theme": "default",
|
| 36 |
"css": null,
|
| 37 |
"title": "Gradio",
|
| 38 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
"layout": {
|
| 40 |
"id": 0,
|
| 41 |
"children": [
|
| 42 |
{
|
| 43 |
-
"id":
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
}
|
| 48 |
]
|
| 49 |
},
|
|
@@ -58,11 +105,22 @@
|
|
| 58 |
2
|
| 59 |
],
|
| 60 |
"backend_fn": true,
|
| 61 |
-
"js":
|
| 62 |
"queue": null,
|
| 63 |
"api_name": null,
|
| 64 |
"scroll_to_output": false,
|
| 65 |
-
"show_progress": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
}
|
| 67 |
]
|
| 68 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"version": "3.30.0\n",
|
| 3 |
"mode": "blocks",
|
| 4 |
"dev_mode": true,
|
| 5 |
+
"analytics_enabled": true,
|
| 6 |
"components": [
|
| 7 |
{
|
| 8 |
"id": 1,
|
|
|
|
| 11 |
"lines": 1,
|
| 12 |
"max_lines": 20,
|
| 13 |
"value": "Frank",
|
| 14 |
+
"type": "text",
|
| 15 |
"label": "Name",
|
| 16 |
"show_label": true,
|
| 17 |
"name": "textbox",
|
| 18 |
"visible": true,
|
| 19 |
"style": {}
|
| 20 |
+
},
|
| 21 |
+
"serializer": "StringSerializable",
|
| 22 |
+
"api_info": {
|
| 23 |
+
"info": {
|
| 24 |
+
"type": "string"
|
| 25 |
+
},
|
| 26 |
+
"serialized_info": false
|
| 27 |
+
},
|
| 28 |
+
"example_inputs": {
|
| 29 |
+
"raw": "Howdy!",
|
| 30 |
+
"serialized": "Howdy!"
|
| 31 |
}
|
| 32 |
},
|
| 33 |
{
|
|
|
|
| 37 |
"lines": 1,
|
| 38 |
"max_lines": 20,
|
| 39 |
"value": "",
|
| 40 |
+
"type": "text",
|
| 41 |
"label": "Output",
|
| 42 |
"show_label": true,
|
| 43 |
"name": "textbox",
|
| 44 |
"visible": true,
|
| 45 |
"style": {}
|
| 46 |
+
},
|
| 47 |
+
"serializer": "StringSerializable",
|
| 48 |
+
"api_info": {
|
| 49 |
+
"info": {
|
| 50 |
+
"type": "string"
|
| 51 |
+
},
|
| 52 |
+
"serialized_info": false
|
| 53 |
+
},
|
| 54 |
+
"example_inputs": {
|
| 55 |
+
"raw": "Howdy!",
|
| 56 |
+
"serialized": "Howdy!"
|
| 57 |
+
}
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"id": 3,
|
| 61 |
+
"type": "form",
|
| 62 |
+
"props": {
|
| 63 |
+
"type": "form",
|
| 64 |
+
"visible": true,
|
| 65 |
+
"style": {}
|
| 66 |
}
|
| 67 |
}
|
| 68 |
],
|
|
|
|
| 69 |
"css": null,
|
| 70 |
"title": "Gradio",
|
| 71 |
+
"is_space": false,
|
| 72 |
+
"enable_queue": null,
|
| 73 |
+
"show_error": true,
|
| 74 |
+
"show_api": true,
|
| 75 |
+
"is_colab": false,
|
| 76 |
+
"stylesheets": [
|
| 77 |
+
"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap",
|
| 78 |
+
"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600&display=swap"
|
| 79 |
+
],
|
| 80 |
+
"theme": "default",
|
| 81 |
"layout": {
|
| 82 |
"id": 0,
|
| 83 |
"children": [
|
| 84 |
{
|
| 85 |
+
"id": 3,
|
| 86 |
+
"children": [
|
| 87 |
+
{
|
| 88 |
+
"id": 1
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": 2
|
| 92 |
+
}
|
| 93 |
+
]
|
| 94 |
}
|
| 95 |
]
|
| 96 |
},
|
|
|
|
| 105 |
2
|
| 106 |
],
|
| 107 |
"backend_fn": true,
|
| 108 |
+
"js": null,
|
| 109 |
"queue": null,
|
| 110 |
"api_name": null,
|
| 111 |
"scroll_to_output": false,
|
| 112 |
+
"show_progress": true,
|
| 113 |
+
"every": null,
|
| 114 |
+
"batch": false,
|
| 115 |
+
"max_batch_size": 4,
|
| 116 |
+
"cancels": [],
|
| 117 |
+
"types": {
|
| 118 |
+
"continuous": false,
|
| 119 |
+
"generator": false
|
| 120 |
+
},
|
| 121 |
+
"collects_event_data": false,
|
| 122 |
+
"trigger_after": null,
|
| 123 |
+
"trigger_only_on_success": false
|
| 124 |
}
|
| 125 |
]
|
| 126 |
}
|