Update block.py
Browse files
block.py
CHANGED
|
@@ -74,7 +74,7 @@ class Florence2ImageAnnotatorBlock(ModularPipelineBlocks):
|
|
| 74 |
"annotation_output_type",
|
| 75 |
type_hint=str,
|
| 76 |
default="mask_image",
|
| 77 |
-
metadata={"mellon":"
|
| 78 |
description="""Output type from annotation predictions. Availabe options are
|
| 79 |
annotation:
|
| 80 |
- raw annotation predictions from the model based on task type.
|
|
|
|
| 74 |
"annotation_output_type",
|
| 75 |
type_hint=str,
|
| 76 |
default="mask_image",
|
| 77 |
+
metadata={"mellon":"dropdown"},
|
| 78 |
description="""Output type from annotation predictions. Availabe options are
|
| 79 |
annotation:
|
| 80 |
- raw annotation predictions from the model based on task type.
|