antimatter15 commited on
Commit
7a63661
1 Parent(s): e7f622f

hosting splat data on huggingface

Browse files
Files changed (1) hide show
  1. main.js +1 -1
main.js CHANGED
@@ -668,7 +668,7 @@ async function main() {
668
  // "nike.splat",
669
  // location.href,
670
  params.get("url") || "train.splat",
671
- "https://antimatter15.com/splat-data/",
672
  );
673
  const req = await fetch(url, {
674
  mode: "cors", // no-cors, *cors, same-origin
 
668
  // "nike.splat",
669
  // location.href,
670
  params.get("url") || "train.splat",
671
+ "https://huggingface.co/cakewalk/splat-data/raw/main/",
672
  );
673
  const req = await fetch(url, {
674
  mode: "cors", // no-cors, *cors, same-origin