How to update the gr.Dropdown() block in Gradio Blocks

Please note that gr.Dropdown.update has been deprecated in version 4.x. You can directly use gr.Dropdown instead. See AttributeError: type object 'Dropdown' has no attribute 'update' · Issue #6862 · gradio-app/gradio · GitHub.

1 Like