Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
#
|
273 |
-
## Input your video and see the detected
|
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 |
)
|