From d6bfbe0a460eebe795620e5a54e0a03aed1e2a12 Mon Sep 17 00:00:00 2001 From: Peter Robicheaux Date: Wed, 13 Nov 2024 23:38:26 +0000 Subject: [PATCH] Bugfix --- .../core/workflows/core_steps/models/foundation/florence2/v1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inference/core/workflows/core_steps/models/foundation/florence2/v1.py b/inference/core/workflows/core_steps/models/foundation/florence2/v1.py index f461eb2d0..b42f50456 100644 --- a/inference/core/workflows/core_steps/models/foundation/florence2/v1.py +++ b/inference/core/workflows/core_steps/models/foundation/florence2/v1.py @@ -134,7 +134,7 @@ TASKS_REQUIRING_PROMPT = { "phrase-grounded-object-detection", "phrase-grounded-instance-segmentation", - "unstructured", + "custom", } TASKS_REQUIRING_CLASSES = { "open-vocabulary-object-detection",