Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
05d68e7
1
Parent(s):
9b3e078
update doc
Browse files- src/index.mts +1 -1
src/index.mts
CHANGED
@@ -405,7 +405,7 @@ app.get("/", async (req, res) => {
|
|
405 |
console.log("Invalid authorization")
|
406 |
res.status(200)
|
407 |
res.write(`<html><head></head><body>
|
408 |
-
|
409 |
</body></html>`)
|
410 |
res.end()
|
411 |
// res.status(401)
|
|
|
405 |
console.log("Invalid authorization")
|
406 |
res.status(200)
|
407 |
res.write(`<html><head></head><body>
|
408 |
+
VideoChain is a toolchain to render scenes using AI. It is used by <a href="https://jbilcke-hf-videoquest.hf.space" target="_blank">VideoQuest</a>, a generative AI game.
|
409 |
</body></html>`)
|
410 |
res.end()
|
411 |
// res.status(401)
|