Spaces:
Sleeping
Sleeping
Update tool_config.json
Browse files- tool_config.json +3 -3
tool_config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"description": "
|
3 |
-
"name": "
|
4 |
-
"tool_class": "
|
5 |
}
|
|
|
1 |
{
|
2 |
+
"description": "Based on a text input this tool is able to analyse the sentiment of the given text. It returns a json with the sentiment.",
|
3 |
+
"name": "sentiment_analysis",
|
4 |
+
"tool_class": "sentiment_analysis.SentimentAnalysisTool"
|
5 |
}
|