Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
75 |
-
cache_examples=
|
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(
|