Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ interface_video = gr.Interface(
|
|
68 |
outputs=outputs_video,
|
69 |
title="Security - Trespasser monitoring ",
|
70 |
examples=video_path,
|
71 |
-
cache_examples=
|
72 |
|
73 |
)
|
74 |
|
@@ -76,4 +76,4 @@ gr.TabbedInterface(
|
|
76 |
[interface_video],
|
77 |
# [interface_image, interface_video],
|
78 |
tab_names=['Video inference']
|
79 |
-
).queue().launch(
|
|
|
68 |
outputs=outputs_video,
|
69 |
title="Security - Trespasser monitoring ",
|
70 |
examples=video_path,
|
71 |
+
cache_examples=False,
|
72 |
|
73 |
)
|
74 |
|
|
|
76 |
[interface_video],
|
77 |
# [interface_image, interface_video],
|
78 |
tab_names=['Video inference']
|
79 |
+
).queue().launch()
|