Spaces:
Running
Running
antimatter15
commited on
Commit
•
cb1326a
1
Parent(s):
7a63661
fixing huggingface links
Browse files
main.js
CHANGED
@@ -668,7 +668,7 @@ async function main() {
|
|
668 |
// "nike.splat",
|
669 |
// location.href,
|
670 |
params.get("url") || "train.splat",
|
671 |
-
"https://huggingface.co/cakewalk/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/resolve/main/",
|
672 |
);
|
673 |
const req = await fetch(url, {
|
674 |
mode: "cors", // no-cors, *cors, same-origin
|