- Building Demos
- TabbedInterface
New to Gradio? Start here: Getting Started
See the Release History
To install Gradio from main, run the following command:
pip install https://gradio-builds.s3.amazonaws.com/efb2549a1c2c4d0254a5c2b5b46b824322395854/gradio-6.1.0-py3-none-any.whl*Note: Setting share=True in launch() will not work.
TabbedInterface
gradio.TabbedInterface(interface_list, ···)Description
A TabbedInterface is created by providing a list of Interfaces or Blocks, each of which gets rendered in a separate tab. Only the components from the Interface/Blocks will be rendered in the tab.
Initialization
Parameters