import gradio as gr from .tabs import flux_tab def image_tab(): with gr.Tabs(): with gr.Tab("Flux"): flux_tab() with gr.Tab("SDXL"): gr.Label("To be implemented")