AI-Naga commited on
Commit
c3f5f74
·
1 Parent(s): 4059946

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=True,
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(width=100, height = 100)
 
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()