Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ if __name__ == "__main__":
|
|
| 47 |
inputs = gr.Textbox(placeholder="Enter text to analyze..."),
|
| 48 |
outputs = gr.JSON(),
|
| 49 |
title = "MCP-Server: Text Sentiment Analysis",
|
| 50 |
-
description = "Analyze the sentiment of text using TextBlob. This is an MCP-Server
|
| 51 |
)
|
| 52 |
|
| 53 |
|
|
|
|
| 47 |
inputs = gr.Textbox(placeholder="Enter text to analyze..."),
|
| 48 |
outputs = gr.JSON(),
|
| 49 |
title = "MCP-Server: Text Sentiment Analysis",
|
| 50 |
+
description = "Analyze the sentiment of text using TextBlob. This is an MCP-Server used by the MCP-Client https://huggingface.co/spaces/AllIllusion/MCP-Client_Qwen25-3B_Tool-SentimentAnalysis"
|
| 51 |
)
|
| 52 |
|
| 53 |
|