---
name: "hf-space-nutrientdocs-grounding-demo"
description: "Use the Hugging Face Space nutrientdocs/grounding-demo."
metadata:
  source: huggingface-space
  spaceId: "nutrientdocs/grounding-demo"
  hubUrl: https://huggingface.co/spaces/nutrientdocs/grounding-demo
  agentsMdUrl: https://huggingface.co/spaces/nutrientdocs/grounding-demo/agents.md
  appUrl: https://nutrientdocs-grounding-demo.hf.space
---

# Hugging Face Space: nutrientdocs/grounding-demo

Use this skill when the user wants to use the Hugging Face Space `nutrientdocs/grounding-demo`.

- Space page: https://huggingface.co/spaces/nutrientdocs/grounding-demo
- App URL: https://nutrientdocs-grounding-demo.hf.space
- Source instructions: https://huggingface.co/spaces/nutrientdocs/grounding-demo/agents.md

## Space agent instructions

To use this application (nutrientdocs/grounding-demo: Check if a claim is supported by a document passage):
API schema: GET https://nutrientdocs-grounding-demo.hf.space/gradio_api/info
Call endpoint: POST https://nutrientdocs-grounding-demo.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://nutrientdocs-grounding-demo.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://nutrientdocs-grounding-demo.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)
