aai / src /ui /tabs /images /flux_tab.py
barreloflube's picture
Refactor UI structure and add image tab
ce40b40
raw
history blame
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()