Ankan Ghosh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -108,6 +108,6 @@ app = gr.Interface(
|
|
108 |
title=f"Motion Detection using OpenCV",
|
109 |
description=f'A gradio app for dynamic video analysis tool that leverages advanced background subtraction and contour detection techniques to identify and track moving objects in real-time.',
|
110 |
allow_flagging="never",
|
111 |
-
examples=[["./sample/car.mp4"], ["./sample/motion_test.mp4"], ["./sample/home.mp4"]],
|
112 |
)
|
113 |
app.queue().launch()
|
|
|
108 |
title=f"Motion Detection using OpenCV",
|
109 |
description=f'A gradio app for dynamic video analysis tool that leverages advanced background subtraction and contour detection techniques to identify and track moving objects in real-time.',
|
110 |
allow_flagging="never",
|
111 |
+
examples=[["./sample/car.mp4", "1000"], ["./sample/motion_test.mp4", "5000"], ["./sample/home.mp4", "4500"]],
|
112 |
)
|
113 |
app.queue().launch()
|