Ashoka74 commited on
Commit
c8c56ca
1 Parent(s): a8d538e

Update app_2.py

Browse files
Files changed (1) hide show
  1. app_2.py +1 -1
app_2.py CHANGED
@@ -1167,7 +1167,7 @@ with block:
1167
 
1168
  if gallery_result:
1169
  selected = gr.Number(visible=True)
1170
- gallery_result.select(use_orientation, inputs=None, outputs=extract_fg)
1171
 
1172
  # output_bg = gr.Image(type="numpy", label="Preprocessed Foreground", height=480)
1173
  with gr.Group():
 
1167
 
1168
  if gallery_result:
1169
  selected = gr.Number(visible=True)
1170
+ gallery_result.select(use_orientation, inputs=None, outputs=extracted_fg)
1171
 
1172
  # output_bg = gr.Image(type="numpy", label="Preprocessed Foreground", height=480)
1173
  with gr.Group():