Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -93,6 +93,7 @@ video_interface = gr.Interface(
|
|
93 |
["example_1.mp4", 0.25, 0.45, 0, 2],
|
94 |
["example_2.mp4", 0.25, 0.45, 5, 3],
|
95 |
["example_3.mp4", 0.25, 0.45, 6, 3],
|
|
|
96 |
],
|
97 |
title="Human Detection",
|
98 |
description=(
|
|
|
93 |
["example_1.mp4", 0.25, 0.45, 0, 2],
|
94 |
["example_2.mp4", 0.25, 0.45, 5, 3],
|
95 |
["example_3.mp4", 0.25, 0.45, 6, 3],
|
96 |
+
["classroom.mp4", 0.25, 0.45, 5, 3],
|
97 |
],
|
98 |
title="Human Detection",
|
99 |
description=(
|