Spaces:
Sleeping
Sleeping
fix outputs
Browse files
app.py
CHANGED
|
@@ -166,7 +166,7 @@ with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
|
|
| 166 |
],
|
| 167 |
|
| 168 |
inputs=[input_img, task_prompt],
|
| 169 |
-
outputs=[
|
| 170 |
fn=process_image,
|
| 171 |
cache_examples=False,
|
| 172 |
label='Try examples'
|
|
|
|
| 166 |
],
|
| 167 |
|
| 168 |
inputs=[input_img, task_prompt],
|
| 169 |
+
outputs=[parsed_od, generated_od, output_img],
|
| 170 |
fn=process_image,
|
| 171 |
cache_examples=False,
|
| 172 |
label='Try examples'
|