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.
1 parent 5629526 commit b4e6577Copy full SHA for b4e6577
src/huggingface_hub/inference/_generated/types/table_question_answering.py
@@ -55,7 +55,7 @@ class TableQuestionAnsweringOutputElement(BaseInferenceType):
55
preceded by `AGGREGATOR >`.
56
"""
57
cells: list[str]
58
- """List of strings made up of the answer cell values."""
+ """list of strings made up of the answer cell values."""
59
coordinates: list[list[int]]
60
"""Coordinates of the cells of the answers."""
61
aggregator: Optional[str] = None
0 commit comments