Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
47d8a80
1
Parent(s):
7139c79
edit explanations
Browse files- 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
|
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)
|