Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Siddanth2486
/
MCP-SentimentAnalysis
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SiddanthEmani
commited on
May 15, 2025
Commit
c379677
·
1 Parent(s):
4932931
Updated
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -2,6 +2,6 @@ from client import demo, cleanup
2
3
if __name__ == "__main__":
4
try:
5
-
demo.launch()
6
finally:
7
cleanup()
2
3
if __name__ == "__main__":
4
try:
5
+
demo.launch(
mcp_server=True
)
6
finally:
7
cleanup()