Skip to content

Commit

Permalink
model
Browse files Browse the repository at this point in the history
  • Loading branch information
HuajianUP committed May 13, 2024
1 parent 9b6b93c commit 6938ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -746,8 +746,8 @@ async function main() {
const url = new URL(
// "nike.splat",
// location.href,
params.get("url") || "train.splat",
"https://huggingface.co/cakewalk/splat-data/resolve/main/",
params.get("url") || "pier.splat",
"https://github.com/hkust-vgd/splat-viewer/",
);
const req = await fetch(url, {
mode: "cors", // no-cors, *cors, same-origin
Expand Down

0 comments on commit 6938ef6

Please sign in to comment.