- 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/57d1a3f985c6158a6874f48d8691ef7f7080286b/gradio-6.0.1-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