Spaces:
Running
Running
Update main.js
Browse files
main.js
CHANGED
@@ -698,9 +698,6 @@ async function main() {
|
|
698 |
// location.href,
|
699 |
// params.get("url") || "train.splat",
|
700 |
params.get("url") || "poly30000.splat",
|
701 |
-
// "https://huggingface.co/cakewalk/splat-data/resolve/main/",
|
702 |
-
// "https://huggingface.co/vettorazi/gaussianModel/blob/main/point_cloud7000.ply",
|
703 |
-
// "https://pub-dd640b2e43124b7583471992c89208af.r2.dev/poly30000.splat",
|
704 |
"https://cdn.glitch.me/ec291fc8-3620-4f8e-919e-f8c8641c559b/poly30000.splat?v=1696050439399",
|
705 |
);
|
706 |
const req = await fetch(url, {
|
|
|
698 |
// location.href,
|
699 |
// params.get("url") || "train.splat",
|
700 |
params.get("url") || "poly30000.splat",
|
|
|
|
|
|
|
701 |
"https://cdn.glitch.me/ec291fc8-3620-4f8e-919e-f8c8641c559b/poly30000.splat?v=1696050439399",
|
702 |
);
|
703 |
const req = await fetch(url, {
|