mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-13 11:57:29 +08:00
More docstring updates
This commit is contained in:
parent
77ca9ce7af
commit
aaab3a9c3d
@ -195,7 +195,7 @@ class Image(AbstractOutput):
|
||||
class KeyValues(AbstractOutput):
|
||||
'''
|
||||
Component displays a table representing values for multiple fields.
|
||||
Output type: List[Tuple[str, value]]
|
||||
Output type: Dict[str, value]
|
||||
'''
|
||||
|
||||
def __init__(self, label=None):
|
||||
|
Loading…
Reference in New Issue
Block a user