aai / old /src /ui /images.py
mantrakp
Add text, audio, and video tabs
42ae52a
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")