Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
getapi
/
mstts
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
getapi
commited on
Sep 25, 2024
Commit
8e02832
·
verified
·
1 Parent(s):
11c5ea8
Update app.ts
Browse files
Files changed (1)
hide
show
app.ts
+1
-1
app.ts
CHANGED
Viewed
@@ -370,4 +370,4 @@ serve(async (req) => {
370
status: 500,
371
});
372
}
373
-
});
370
status: 500,
371
});
372
}
373
+
}
, { port: 7860 }
);