Spaces:
Paused
Paused
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -309,7 +309,7 @@ def run_demo():
|
|
309 |
with gr.Column():
|
310 |
input_processing = gr.CheckboxGroup(['Background Removal'],
|
311 |
label='Input Image Preprocessing',
|
312 |
-
value=[
|
313 |
info='untick this, if masked image with alpha channel')
|
314 |
with gr.Column():
|
315 |
output_processing = gr.CheckboxGroup(['Background Removal'], label='Output Image Postprocessing', value=[])
|
|
|
309 |
with gr.Column():
|
310 |
input_processing = gr.CheckboxGroup(['Background Removal'],
|
311 |
label='Input Image Preprocessing',
|
312 |
+
value=[],
|
313 |
info='untick this, if masked image with alpha channel')
|
314 |
with gr.Column():
|
315 |
output_processing = gr.CheckboxGroup(['Background Removal'], label='Output Image Postprocessing', value=[])
|