LPX55 commited on
Commit
c07dbe5
·
1 Parent(s): aa01e1d
Files changed (1) hide show
  1. app_v3.py +2 -2
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 iface:
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
- iface.launch()
 
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()