Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mantrakp
/
aai
like
3
Running
on
Zero
App
Files
Files
Community
c7554bf
aai
/
src
/
ui
/
images.py
mantrakp
Refactor UI structure and add image tab
9b84ae0
about 2 months ago
raw
Copy download link
history
blame
Safe
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"
)