jbilcke-hf HF staff commited on
Commit
05d68e7
·
1 Parent(s): 9b3e078

update doc

Browse files
Files changed (1) hide show
  1. 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
- This space is the rendering engine used by various demos spaces, such as <a href="https://jbilcke-hf-fishtank.hf.space" target="_blank">FishTank</a> and <a href="https://jbilcke-hf-videochain-ui.hf.space" target="_blank">VideoChain UI</a>
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)