Geek7 commited on
Commit
0d75573
·
verified ·
1 Parent(s): f1e6712

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def remove_background(input_image):
19
  # Create the Gradio interface
20
  with gr.Blocks() as demo:
21
  gr.Markdown("# Background Removal Tool")
22
- css="""footer{display:none !important}"""
23
  with gr.Row():
24
  input_image = gr.Image(type="pil", label="Upload an image")
25
  output_image = gr.Image(label="Processed Image",show_share_button=False)
 
19
  # Create the Gradio interface
20
  with gr.Blocks() as demo:
21
  gr.Markdown("# Background Removal Tool")
22
+ gr.Interface(css="footer{display:none !important}")
23
  with gr.Row():
24
  input_image = gr.Image(type="pil", label="Upload an image")
25
  output_image = gr.Image(label="Processed Image",show_share_button=False)