aai / old2 /old /src /ui /images.py
barreloflube's picture
Refactor flux_helpers.py to enable or disable Vae
37112ef
raw
history blame contribute delete
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")