jbilcke-hf HF staff commited on
Commit
47d8a80
·
1 Parent(s): 7139c79

edit explanations

Browse files
Files changed (1) hide show
  1. src/index.mts +1 -2
src/index.mts CHANGED
@@ -294,8 +294,7 @@ app.get("/", async (req, res) => {
294
  console.log("Invalid authorization")
295
  res.status(200)
296
  res.write(`<html><head></head><body>
297
- This space is the REST API used by VideoChain UI:<br/>
298
- <a href="https://jbilcke-hf-videochain-ui.hf.space" target="_blank">https://jbilcke-hf-videochain-ui.hf.space</a>
299
  </body></html>`)
300
  res.end()
301
  // res.status(401)
 
294
  console.log("Invalid authorization")
295
  res.status(200)
296
  res.write(`<html><head></head><body>
297
+ 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>
 
298
  </body></html>`)
299
  res.end()
300
  // res.status(401)