New to Gradio? Start here: Getting Started
See the Release History
gradio.State(···)
Initialization

Parameter | Description |
---|---|
value Any default: None | the initial value (of arbitrary type) of the state. The provided argument is deepcopied. If a callable is provided, the function will be called whenever the app loads to set the initial value of the state. |
render bool default: True | has no effect, but is included for consistency with other components. |