Spaces:
Running
on
Zero
Running
on
Zero
app_v3.py
CHANGED
@@ -169,7 +169,7 @@ def handle_outputs(outputs):
|
|
169 |
return outputs["caption"], None
|
170 |
return outputs
|
171 |
|
172 |
-
with gr.Blocks(title="FLUX Turbo Upscaler", fill_height=True) as
|
173 |
gr.Markdown("⚠️ WIP SPACE - UNFINISHED & BUGGY")
|
174 |
with gr.Row():
|
175 |
control_image = gr.Image(type="pil", label="Control Image", show_label=False)
|
@@ -232,4 +232,4 @@ with gr.Blocks(title="FLUX Turbo Upscaler", fill_height=True) as iface:
|
|
232 |
# outputs=output_caption,
|
233 |
# )
|
234 |
|
235 |
-
|
|
|
169 |
return outputs["caption"], None
|
170 |
return outputs
|
171 |
|
172 |
+
with gr.Blocks(title="FLUX Turbo Upscaler", fill_height=True) as demo:
|
173 |
gr.Markdown("⚠️ WIP SPACE - UNFINISHED & BUGGY")
|
174 |
with gr.Row():
|
175 |
control_image = gr.Image(type="pil", label="Control Image", show_label=False)
|
|
|
232 |
# outputs=output_caption,
|
233 |
# )
|
234 |
|
235 |
+
demo.launch()
|