- Building Demos
- TabbedInterface
New to Gradio? Start here: Getting Started
See the Release History
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