YiYiXu HF Staff commited on
Commit
0261f81
·
verified ·
1 Parent(s): b564a19

Upload MellonPipelineConfig

Browse files
Files changed (1) hide show
  1. mellon_pipeline_config.json +8 -8
mellon_pipeline_config.json CHANGED
@@ -7,18 +7,18 @@
7
  "params": {
8
  "image": {
9
  "label": "Image",
10
- "type": "custom",
11
  "display": "input"
12
  },
13
  "annotation_task": {
14
  "label": "Annotation Task",
15
- "type": "custom",
16
- "display": "input"
17
  },
18
  "annotation_prompt": {
19
  "label": "Annotation Prompt",
20
- "type": "custom",
21
- "display": "input"
 
22
  },
23
  "annotation_output_type": {
24
  "label": "Annotation Output Type",
@@ -27,8 +27,8 @@
27
  },
28
  "annotation_overlay": {
29
  "label": "Annotation Overlay",
30
- "type": "custom",
31
- "display": "input"
32
  },
33
  "fill": {
34
  "label": "Fill",
@@ -52,7 +52,7 @@
52
  },
53
  "images": {
54
  "label": "Images",
55
- "type": "custom",
56
  "display": "output"
57
  },
58
  "doc": {
 
7
  "params": {
8
  "image": {
9
  "label": "Image",
10
+ "type": "image",
11
  "display": "input"
12
  },
13
  "annotation_task": {
14
  "label": "Annotation Task",
15
+ "type": "string"
 
16
  },
17
  "annotation_prompt": {
18
  "label": "Annotation Prompt",
19
+ "type": "string",
20
+ "display": "textarea",
21
+ "default": ""
22
  },
23
  "annotation_output_type": {
24
  "label": "Annotation Output Type",
 
27
  },
28
  "annotation_overlay": {
29
  "label": "Annotation Overlay",
30
+ "type": "boolean",
31
+ "default": false
32
  },
33
  "fill": {
34
  "label": "Fill",
 
52
  },
53
  "images": {
54
  "label": "Images",
55
+ "type": "image",
56
  "display": "output"
57
  },
58
  "doc": {