# 3DGS Robotics zero-install demo — Hugging Face Space dependencies. # gsplat ships prebuilt CUDA wheels per torch/CUDA combo; keep the index in # sync with the pinned torch below. Available combos are listed at # https://docs.gsplat.studio/whl//gsplat/ (pt24cu121 and pt24cu124 # as of 2026-06). --extra-index-url https://docs.gsplat.studio/whl/pt24cu121 torch==2.4.1 torchvision==0.19.1 gsplat==1.5.3+pt24cu121 gradio>=5.0 spaces # 3dgs-robotics itself (pulls numpy/opencv/Pillow/tqdm/pyyaml/...) 3dgs-robotics @ git+https://github.com/rsasaki0109/3dgs-robotics.git@main # "Talk to your map" tabs: CLIPSeg (CIDAS/clipseg-rd64-refined) for the # open-vocabulary query / inventory over the reconstructed scene. transformers # DUSt3R runtime deps (the clone happens at app startup) numpy==1.26.4 opencv-python-headless roma einops scipy trimesh safetensors huggingface-hub # allow gsplat to JIT-compile if no prebuilt wheel matches the runtime ninja