AllIllusion commited on
Commit
f5f26fa
·
verified ·
1 Parent(s): 09f720a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +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
- # https://allillusion-mcp-sentimentanalysis.hf.space/gradio_api/mcp/sse
59
 
60
  grInterface_SentimentAnalysis__MCP_Server.launch(mcp_server=True, share=True)
61
 
 
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-server-sentimentanalysis.hf.space/gradio_api/mcp/sse
59
 
60
  grInterface_SentimentAnalysis__MCP_Server.launch(mcp_server=True, share=True)
61