Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
dev-mode-explorers/dev-mode-javascript
randydev
/
ryu-js
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
randydev
commited on
Jan 17
Commit
6f318f5
·
verified
·
1 Parent(s):
2daf3bb
Update index.js
Browse files
Files changed (1)
hide
show
index.js
+1
-1
index.js
CHANGED
Viewed
@@ -103,4 +103,4 @@ app.get('/api/gpt-old', async (req, res) => {
103
});
104
105
106
-
await
startServer(app);
103
});
104
105
106
+
startServer(app);