ghostsInTheMachine commited on
Commit
cf597e2
·
verified ·
1 Parent(s): 97dda91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,4 +142,4 @@ with gr.Blocks(css=custom_css) as demo:
142
  btn.click(fn=remove_background_wrapper, inputs=image_input, outputs=[
143
  output_foreground, output_background, output_foreground_mask, output_background_mask])
144
 
145
- demo.launch(debug=True)
 
142
  btn.click(fn=remove_background_wrapper, inputs=image_input, outputs=[
143
  output_foreground, output_background, output_foreground_mask, output_background_mask])
144
 
145
+ demo.launch(theme="default", debug=True)