Update app.py
Browse files
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="
|
| 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)
|