ce40b40 9b84ae0 ce40b40 9b84ae0 ce40b40 9b84ae0
1
2
3
4
5
6
7
8
9
10
11
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")