Update app.py
Browse files
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 |
-
#
|
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 |
|