pyresearch commited on
Commit
7ec6c9e
·
verified ·
1 Parent(s): 8a8c52a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -3,6 +3,10 @@ import cv2
3
  import matplotlib.pyplot as plt
4
  from inference import Stream
5
  import supervision as sv
 
 
 
 
6
 
7
  annotator = sv.BoxAnnotator()
8
 
 
3
  import matplotlib.pyplot as plt
4
  from inference import Stream
5
  import supervision as sv
6
+ import os
7
+
8
+ # Set the ROBOFLOW_API_KEY environment variable
9
+ os.environ['ROBOFLOW_API_KEY'] = 'IULZtAWvW5mYVYQ1rqxG'
10
 
11
  annotator = sv.BoxAnnotator()
12