tdurbor commited on
Commit
bf6a215
·
1 Parent(s): 56dd245

Remove title

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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: