Spaces:
Build error
Build error
Upload folder using huggingface_hub
Browse files
server.js
CHANGED
|
@@ -105,6 +105,6 @@ app.post('/run', (req, res) => {
|
|
| 105 |
}
|
| 106 |
});
|
| 107 |
|
| 108 |
-
app.listen(port, () => {
|
| 109 |
-
console.log(`
|
| 110 |
});
|
|
|
|
| 105 |
}
|
| 106 |
});
|
| 107 |
|
| 108 |
+
app.listen(port, "0.0.0.0", () => {
|
| 109 |
+
console.log(`Server is running on port ${port}`);
|
| 110 |
});
|