Spaces:
Runtime error
Runtime error
Update app_merged.py
Browse files- app_merged.py +1 -1
app_merged.py
CHANGED
@@ -1588,7 +1588,7 @@ with gr.Blocks() as app:
|
|
1588 |
if orientation_result:
|
1589 |
orientation_result.select(use_orientation, inputs=None, outputs=extracted_fg)
|
1590 |
|
1591 |
-
dummy_image_for_outputs = gr.Image(visible=False, label='Result')
|
1592 |
|
1593 |
|
1594 |
with gr.Column():
|
|
|
1588 |
if orientation_result:
|
1589 |
orientation_result.select(use_orientation, inputs=None, outputs=extracted_fg)
|
1590 |
|
1591 |
+
dummy_image_for_outputs = gr.Image(visible=False, label='Result', type='pil')
|
1592 |
|
1593 |
|
1594 |
with gr.Column():
|