Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mantrakp
/
aai
like
6
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ce40b40
aai
/
src
/
ui
/
images.py
barreloflube
Refactor UI structure and add image tab
ce40b40
4 months ago
raw
Copy download link
history
blame
Safe
236 Bytes
import
os
import
gradio
as
gr
from
.tabs
import
(
flux_tab,
)
def
image_tab
():
with
gr.Tabs():
with
gr.Tab(label=
"Flux"
):
flux_tab()
with
gr.Tab(label=
"SDXL"
):
gr.Label(
"Coming soon!"
)