itsTomLie commited on
Commit
ac0b1e3
·
verified ·
1 Parent(s): 2752144

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()