LPX55 commited on
Commit
f2b3eec
·
verified ·
1 Parent(s): b71375b

Update app_v3.py

Browse files
Files changed (1) hide show
  1. app_v3.py +3 -2
app_v3.py CHANGED
@@ -161,8 +161,9 @@ def process_image(control_image, user_prompt, system_prompt, scale, steps,
161
  with gr.Blocks(title="FLUX Turbo Upscaler", fill_height=True) as demo:
162
  gr.Markdown("⚠️ WIP SPACE - UNFINISHED & BUGGY")
163
  with gr.Row():
164
- control_image = gr.Image(type="pil", label="Control Image", show_label=False)
165
- generated_image = gr.Image(type="pil", label="Generated Image", format="png", show_label=False)
 
166
  with gr.Row():
167
  with gr.Column(scale=1):
168
  prompt = gr.Textbox(lines=4, info="Enter your prompt here or wait for auto-generation...", label="Image Description")
 
161
  with gr.Blocks(title="FLUX Turbo Upscaler", fill_height=True) as demo:
162
  gr.Markdown("⚠️ WIP SPACE - UNFINISHED & BUGGY")
163
  with gr.Row():
164
+ with gr.Accordion():
165
+ control_image = gr.Image(type="pil", label="Control Image", show_label=False)
166
+ generated_image = gr.Image(type="pil", label="Generated Image", format="png", show_label=False)
167
  with gr.Row():
168
  with gr.Column(scale=1):
169
  prompt = gr.Textbox(lines=4, info="Enter your prompt here or wait for auto-generation...", label="Image Description")