Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wlchee
/
mcp-sentiment
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
wlchee
commited on
Jun 3
Commit
3f2c46b
·
verified
·
1 Parent(s):
e6080c8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -42,4 +42,4 @@ demo = gr.Interface(
42
43
# Run on Gradio MCP
44
if __name__ == "__main__":
45
-
demo.launch(mcp_server=True)
42
43
# Run on Gradio MCP
44
if __name__ == "__main__":
45
+
demo.launch(mcp_server=True
, share=True
)