diff --git a/build/lib/gradio/outputs.py b/build/lib/gradio/outputs.py index df68483ba2..5f2e08bbcb 100644 --- a/build/lib/gradio/outputs.py +++ b/build/lib/gradio/outputs.py @@ -184,7 +184,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):