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