Remove title
Browse files
app.py
CHANGED
@@ -205,7 +205,6 @@ function load_zoom() {
|
|
205 |
def gradio_interface():
|
206 |
"""Create and return the Gradio interface."""
|
207 |
with gr.Blocks(js=js, fill_width=True) as demo:
|
208 |
-
gr.Markdown("# Background Removal Arena: Compare & Test the Best Background Removal Models")
|
209 |
button_name = "Difference between masks"
|
210 |
|
211 |
with gr.Tabs() as tabs:
|
|
|
205 |
def gradio_interface():
|
206 |
"""Create and return the Gradio interface."""
|
207 |
with gr.Blocks(js=js, fill_width=True) as demo:
|
|
|
208 |
button_name = "Difference between masks"
|
209 |
|
210 |
with gr.Tabs() as tabs:
|