Spaces:
Running
on
Zero
Running
on
Zero
Update app_v3.py
Browse files
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):
|