Spaces:
Running
Running
coyotte508
commited on
Commit
·
687447e
1
Parent(s):
1ce79db
fix input
Browse files
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", {
|