AllIllusion commited on
Commit
17ddc3b
·
verified ·
1 Parent(s): 6e749b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -55,6 +55,7 @@ if __name__ == "__main__":
55
  # MCP Server:
56
  # Setting mcp_server=True enables the MCP server, enable using the environment variable:
57
  # export GRADIO_MCP_SERVER=True # http://localhost:7860/gradio_api/mcp/sse
 
58
 
59
  grInterface_SentimentAnalysis.launch(mcp_server=True, share=True)
60
 
 
55
  # MCP Server:
56
  # Setting mcp_server=True enables the MCP server, enable using the environment variable:
57
  # export GRADIO_MCP_SERVER=True # http://localhost:7860/gradio_api/mcp/sse
58
+ # https://allillusion-mcp-sentimentanalysis.hf.space/gradio_api/mcp/sse
59
 
60
  grInterface_SentimentAnalysis.launch(mcp_server=True, share=True)
61