Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ pipeline = InferencePipeline.init(
|
|
10 |
# Path to video, device id (int, usually 0 for built in webcams), or RTSP stream url
|
11 |
video_reference="./examples/fall_test.mp4",
|
12 |
on_prediction=render_boxes, # Function to run after each prediction
|
|
|
13 |
)
|
14 |
pipeline.start()
|
15 |
pipeline.join()
|
|
|
10 |
# Path to video, device id (int, usually 0 for built in webcams), or RTSP stream url
|
11 |
video_reference="./examples/fall_test.mp4",
|
12 |
on_prediction=render_boxes, # Function to run after each prediction
|
13 |
+
api_key="rOZmS39JRmLDRuDaF8KE"
|
14 |
)
|
15 |
pipeline.start()
|
16 |
pipeline.join()
|