fendiprime commited on
Commit
067f0d8
·
1 Parent(s): 335ff6b

Fix Detectron2

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ os.system("git clone https://github.com/microsoft/unilm.git")
5
 
6
  import sys
7
  sys.path.append("unilm")
 
8
 
9
  import cv2
10
 
 
5
 
6
  import sys
7
  sys.path.append("unilm")
8
+ sys.path.append("detectron2")
9
 
10
  import cv2
11