Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AdrieleM
/
mcp-sentiment
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AdrieleM
commited on
2 days ago
Commit
8e28e6b
·
verified
·
1 Parent(s):
e774ec1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -32,4 +32,4 @@ demo = gr.Interface(
32
)
33
34
if __name__ == "__main__":
35
-
demo.launch()
32
)
33
34
if __name__ == "__main__":
35
+
demo.launch(
mcp_server=True
)