Ashoka74 commited on
Commit
fae0c39
ยท
verified ยท
1 Parent(s): f24f9a2

Update app_merged.py

Browse files
Files changed (1) hide show
  1. 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():