Ankan Ghosh commited on
Commit
c497892
·
verified ·
1 Parent(s): 8d80c8a

Update app.py

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