A TabbedInterface is created by providing a list of Interfaces or Blocks, each of which gets rendered in a separate tab.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/gradio-app/gradio/llms.txt
Use this file to discover all available pages before exploring further.
Constructor
Parameters
A list of Interfaces (or Blocks) to be rendered in the tabs.
A list of tab names. If None, the tab names will be “Tab 1”, “Tab 2”, etc.
The tab title to display when this demo is opened in a browser window.
Whether to allow basic telemetry. If None, will use GRADIO_ANALYTICS_ENABLED environment variable or default to True.