Skip to main content
The HF Spaces resource mounts a Hugging Face Space repo (app code, README, config, requirements) at some prefix such as /s/. For credential setup, see HF Spaces Setup.

Install

Config

Filesystem Layout

For example, HuggingFaceBio/carbon-demo mounted at /s/ might expose:

Example

Shell Commands

Same set as HF Buckets.

Use Cases

  • Space introspection: Browse an app’s structure, requirements, and config before forking/cloning
  • App code review: grep / find across a Space’s Python without cloning the repo