Spaces:
Running
on
Zero
Running
on
Zero
Update app_2.py
Browse files
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=
|
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():
|