NIRVANALAN commited on
Commit
12f0dd0
1 Parent(s): 6b7912b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -323,7 +323,7 @@ def main(args):
323
  with gr.Row():
324
  with gr.Group():
325
  preprocess_background = gr.Checkbox(
326
- label="Remove Background", value=True
327
  )
328
  with gr.Row():
329
  submit = gr.Button("Generate", elem_id="generate", variant="primary")
 
323
  with gr.Row():
324
  with gr.Group():
325
  preprocess_background = gr.Checkbox(
326
+ label="Remove Background", value=False
327
  )
328
  with gr.Row():
329
  submit = gr.Button("Generate", elem_id="generate", variant="primary")