aai / src /ui /images.py
mantrakp
Refactor UI structure and add image tab
9b84ae0
raw
history blame
209 Bytes
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")