Ankan Ghosh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -109,5 +109,6 @@ app = gr.Interface(
|
|
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()
|
|
|
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 |
+
cache_examples=False,
|
113 |
)
|
114 |
app.queue().launch()
|