randomshit11 commited on
Commit
62ca2b2
·
verified ·
1 Parent(s): 5acc94f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,8 +71,8 @@ interface_video = gr.Interface(
71
  inputs=inputs,
72
  outputs=outputs,
73
  title="Cattle detector using YOLOV8 NANO",
74
- # examples=video_path,
75
- cache_examples=False,
76
  )
77
 
78
  gr.TabbedInterface(
 
71
  inputs=inputs,
72
  outputs=outputs,
73
  title="Cattle detector using YOLOV8 NANO",
74
+ examples=video_path,
75
+ cache_examples=True,
76
  )
77
 
78
  gr.TabbedInterface(