diff --git a/grounded_sam2_florence2_autolabel_pipeline.py b/grounded_sam2_florence2_autolabel_pipeline.py
index c682d55..230a280 100644
--- a/grounded_sam2_florence2_autolabel_pipeline.py
+++ b/grounded_sam2_florence2_autolabel_pipeline.py
@@ -17,7 +17,7 @@ Define Some Hyperparam
TASK_PROMPT = {
"caption": "
",
"detailed_caption": "",
- "more_detailed_caption": "",
"object_detection": "",
"dense_region_caption": "",
"region_proposal": "",
@@ -195,4 +195,4 @@ if __name__ == "__main__":
image_path=IMAGE_PATH
)
else:
- raise NotImplementedError(f"Pipeline: {args.pipeline} is not implemented at this time")
\ No newline at end of file
+ raise NotImplementedError(f"Pipeline: {args.pipeline} is not implemented at this time")