lab: preview GLBs for all 5 datasets

#2
by sofiayx - opened
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -242,7 +242,7 @@ const LOCAL_BASE = new URLSearchParams(location.search).get("base");
242
  const HFDS = "https://huggingface.co/datasets/projectsim";
243
  // Gated datasets: viewer GLBs come from the public preview mirror; downloads stay gated.
244
  const PREVIEW = "https://huggingface.co/datasets/projectsim/lab-preview/resolve/main";
245
- const GATED = new Set(["articulated-storage-and-appliances"]);
246
  const dsUrl = (ds, path) => LOCAL_BASE
247
  ? `${LOCAL_BASE}/${ds}/${path}`
248
  : GATED.has(ds) ? `${PREVIEW}/${ds}/${path}`
 
242
  const HFDS = "https://huggingface.co/datasets/projectsim";
243
  // Gated datasets: viewer GLBs come from the public preview mirror; downloads stay gated.
244
  const PREVIEW = "https://huggingface.co/datasets/projectsim/lab-preview/resolve/main";
245
+ const GATED = new Set(["articulated-storage-and-appliances", "bottles-and-containers", "industrial-parts-and-packaging", "scenes-and-worlds", "warehouse-manipulation-and-states"]);
246
  const dsUrl = (ds, path) => LOCAL_BASE
247
  ? `${LOCAL_BASE}/${ds}/${path}`
248
  : GATED.has(ds) ? `${PREVIEW}/${ds}/${path}`