Hugging Face
Models
Datasets
Spaces
Community
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
/
tabs
/
images
/
flux_tab.py
barreloflube
Refactor UI structure and add image tab
ce40b40
11 months ago
raw
Copy download link
history
blame
Safe
197 Bytes
import
gradio
as
gr
def
flux_tab
():
with
gr.Column():
prompt = gr.Textbox(lines=
5
, label=
"Prompt"
)
with
gr.Column():
with
gr.Group():
output_image = gr.Image()