l1006986533 commited on
Commit
5b10c97
·
verified ·
1 Parent(s): ad137ef

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. 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=['Background Removal'],
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=[])