mirror of
https://github.com/facebookresearch/sam2.git
synced 2025-09-18 20:52:48 +08:00
Summary: The Strawberry GraphQL library recently disabled multipart requests by default. This resulted in a video upload request returning "Unsupported content type" instead of uploading the video, processing it, and returning the video path. This change enables multipart request support on the endpoint view. Test Plan: Tested locally and upload succeeds