We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4840e52 + 32b7246 commit dc26155Copy full SHA for dc26155
units/en/unit2/gradio-server.mdx
@@ -75,7 +75,7 @@ if __name__ == "__main__":
75
Let's break down the key components:
76
77
1. **Function Definition**:
78
- - The `sentiment_analysis` function takes a text input and returns a dictionary
+ - The `sentiment_analysis` function takes a text input and returns the string representation of a JSON dictionary
79
- It uses TextBlob to analyze the sentiment
80
- The docstring is crucial as it helps Gradio generate the MCP tool schema
81
- Type hints (`str` and `dict`) help define the input/output schema
0 commit comments