| name | huggingface-gradio |
| description | Codex curated Hugging Face skill for building, debugging, and deploying Gradio demos and Spaces interfaces. |
| tags | ["codex-builtin","huggingface","gradio","spaces","demo"] |
huggingface-gradio
When to Use
Use when implementing or troubleshooting a Gradio app, UI component, event handler, queue, launch setting, or Hugging Face Space demo.
Do Not Use When
Do not use for dataset API browsing or GitHub Actions CI fixes.
Required Inputs
App file, desired UI behavior, model or function endpoint, and local or Space deployment target.
Workflow
- Inspect the Gradio interface and callbacks.
- Patch components or events.
- Run locally if possible.
- Verify the demo launches and expected interactions work.