denizaybey commited on
Commit
0ec4619
·
verified ·
1 Parent(s): 9f08bc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -269,8 +269,8 @@ def create_button_row() -> List[gr.Button]:
269
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
270
  gr.Markdown(
271
  """
272
- # Aircraft Detection Demo
273
- ## Input your video and see the detected objects!
274
  """,
275
  elem_classes="header-text",
276
  )
 
269
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
270
  gr.Markdown(
271
  """
272
+ # Vehicle & People Detection Demo
273
+ ## Input your video and see the detected!
274
  """,
275
  elem_classes="header-text",
276
  )