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

Update app_v3.py

Browse files
Files changed (1) hide show
  1. app_v3.py +1 -0
app_v3.py CHANGED
@@ -163,6 +163,7 @@ with gr.Blocks(title="FLUX Turbo Upscaler", fill_height=True) as demo:
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):
 
163
  with gr.Row():
164
  with gr.Accordion():
165
  control_image = gr.Image(type="pil", label="Control Image", show_label=False)
166
+ with gr.Accordion():
167
  generated_image = gr.Image(type="pil", label="Generated Image", format="png", show_label=False)
168
  with gr.Row():
169
  with gr.Column(scale=1):