Skip to content

Commit

Permalink
fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Sep 22, 2024
1 parent 921d3b7 commit 4d37e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/tools/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def florence2_sam2_video_tracking(
"function_name": "florence2_sam2_video_tracking",
}
if chunk_length is not None:
payload["chunk_length"] = chunk_length
payload["chunk_length"] = chunk_length # type: ignore
data: Dict[str, Any] = send_inference_request(
payload, "florence2-sam2", files=files, v2=True
)
Expand Down

0 comments on commit 4d37e30

Please sign in to comment.