Spaces:
Running
Running
Update index.js
Browse files
index.js
CHANGED
@@ -216,7 +216,7 @@ const PORT = process.env.PORT || 7860
|
|
216 |
app.listen(PORT, () => {
|
217 |
console.log('App running on port', PORT)
|
218 |
load_model()
|
219 |
-
)
|
220 |
|
221 |
function formatSize(num) {
|
222 |
return bytes(+num || 0, { unitSeparator: ' ' })
|
|
|
216 |
app.listen(PORT, () => {
|
217 |
console.log('App running on port', PORT)
|
218 |
load_model()
|
219 |
+
})
|
220 |
|
221 |
function formatSize(num) {
|
222 |
return bytes(+num || 0, { unitSeparator: ' ' })
|