---
name: "hf-space-prithivmlmods-sam3-gemma4-cuda"
description: "Use the Hugging Face Space prithivMLmods/SAM3-Gemma4-CUDA."
metadata:
  source: huggingface-space
  spaceId: "prithivMLmods/SAM3-Gemma4-CUDA"
  hubUrl: https://huggingface.co/spaces/prithivMLmods/SAM3-Gemma4-CUDA
  agentsMdUrl: https://huggingface.co/spaces/prithivMLmods/SAM3-Gemma4-CUDA/agents.md
  appUrl: https://prithivmlmods-sam3-gemma4-cuda.hf.space
---

# Hugging Face Space: prithivMLmods/SAM3-Gemma4-CUDA

Use this skill when the user wants to use the Hugging Face Space `prithivMLmods/SAM3-Gemma4-CUDA`.

- Space page: https://huggingface.co/spaces/prithivMLmods/SAM3-Gemma4-CUDA
- App URL: https://prithivmlmods-sam3-gemma4-cuda.hf.space
- Source instructions: https://huggingface.co/spaces/prithivMLmods/SAM3-Gemma4-CUDA/agents.md

## Space agent instructions

To use this application (prithivMLmods/SAM3-Gemma4-CUDA: Detect objects in images based on a text prompt):
API schema: GET https://prithivmlmods-sam3-gemma4-cuda.hf.space/gradio_api/info
Call endpoint: POST https://prithivmlmods-sam3-gemma4-cuda.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://prithivmlmods-sam3-gemma4-cuda.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://prithivmlmods-sam3-gemma4-cuda.hf.space/gradio_api/upload -F "files=@file.ext", use as: {"path": "<returned-path>", "meta": {"_type": "gradio.FileData"}, "orig_name": "file.ext"}
Auth: Bearer $HF_TOKEN (https://huggingface.co/settings/tokens)
