coyotte508 commited on
Commit
687447e
·
1 Parent(s): 1ce79db
Files changed (1) hide show
  1. app.js +2 -1
app.js CHANGED
@@ -27,7 +27,8 @@ window.document.addEventListener("DOMContentLoaded", () => {
27
  },
28
  arguments: [],
29
  command: ["/app/build.sh"],
30
- flavor: "cpu-basic"
 
31
  };
32
 
33
  const tokenOwnerResp = await fetch("https://huggingface.co/api/whoami-v2", {
 
27
  },
28
  arguments: [],
29
  command: ["/app/build.sh"],
30
+ flavor: "cpu-basic",
31
+ spaceId: "huggingface/space-build",
32
  };
33
 
34
  const tokenOwnerResp = await fetch("https://huggingface.co/api/whoami-v2", {