- 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/753b6a06700a3f20d176cd29f48eb31145d9e675/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